diff options
Diffstat (limited to 'fs/proc/proc_sysctl.c')
-rw-r--r-- | fs/proc/proc_sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/proc_sysctl.c b/fs/proc/proc_sysctl.c index 023101c6f0d7..2d61e5e8c863 100644 --- a/fs/proc/proc_sysctl.c +++ b/fs/proc/proc_sysctl.c | |||
@@ -590,7 +590,7 @@ static ssize_t proc_sys_call_handler(struct file *filp, void __user *buf, | |||
590 | goto out; | 590 | goto out; |
591 | 591 | ||
592 | error = BPF_CGROUP_RUN_PROG_SYSCTL(head, table, write, buf, &count, | 592 | error = BPF_CGROUP_RUN_PROG_SYSCTL(head, table, write, buf, &count, |
593 | &new_buf); | 593 | ppos, &new_buf); |
594 | if (error) | 594 | if (error) |
595 | goto out; | 595 | goto out; |
596 | 596 | ||