]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/fs.h
sysctl: remove "struct file *" argument of ->proc_handler
[mirror_ubuntu-bionic-kernel.git] / include / linux / fs.h
index 51803528b095fa70380dc6ef201f11704e229f75..33ed6644abd08a20dfc3e5ba1eef6408a6687add 100644 (file)
@@ -2467,7 +2467,7 @@ ssize_t simple_attr_write(struct file *file, const char __user *buf,
                          size_t len, loff_t *ppos);
 
 struct ctl_table;
-int proc_nr_files(struct ctl_table *table, int write, struct file *filp,
+int proc_nr_files(struct ctl_table *table, int write,
                  void __user *buffer, size_t *lenp, loff_t *ppos);
 
 int __init get_filesystem_list(char *buf);