diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 51803528b095..33ed6644abd0 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2467,7 +2467,7 @@ ssize_t simple_attr_write(struct file *file, const char __user *buf, | |||
2467 | size_t len, loff_t *ppos); | 2467 | size_t len, loff_t *ppos); |
2468 | 2468 | ||
2469 | struct ctl_table; | 2469 | struct ctl_table; |
2470 | int proc_nr_files(struct ctl_table *table, int write, struct file *filp, | 2470 | int proc_nr_files(struct ctl_table *table, int write, |
2471 | void __user *buffer, size_t *lenp, loff_t *ppos); | 2471 | void __user *buffer, size_t *lenp, loff_t *ppos); |
2472 | 2472 | ||
2473 | int __init get_filesystem_list(char *buf); | 2473 | int __init get_filesystem_list(char *buf); |