diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-08-02 06:42:35 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-08-02 06:42:35 -0700 |
| commit | af0987f562ce5dc96b4426d7559270c0f157b594 (patch) | |
| tree | ea98f9f79cc97b067aeae975cbbdc32a8d0c902d /kernel/sysctl_binary.c | |
| parent | 391a76b271e7b3bde4b267fbc6a7e465444e7fd6 (diff) | |
| parent | f145f4147857a00bb23251d5d7f0df5791633a92 (diff) | |
Merge "Merge remote-tracking branch 'msm-4.4/tmp-2bf7955' into msm-4.4"
Diffstat (limited to 'kernel/sysctl_binary.c')
| -rw-r--r-- | kernel/sysctl_binary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sysctl_binary.c b/kernel/sysctl_binary.c index b65c78c15ab3..4a816bab38a2 100644 --- a/kernel/sysctl_binary.c +++ b/kernel/sysctl_binary.c @@ -1324,7 +1324,7 @@ static ssize_t binary_sysctl(const int *name, int nlen, } mnt = task_active_pid_ns(current)->proc_mnt; - file = file_open_root(mnt->mnt_root, mnt, pathname, flags); + file = file_open_root(mnt->mnt_root, mnt, pathname, flags, 0); result = PTR_ERR(file); if (IS_ERR(file)) goto out_putname; |
