diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 4a573cf13f51..d58059944801 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2490,6 +2490,8 @@ ssize_t simple_attr_write(struct file *file, const char __user *buf, | |||
2490 | struct ctl_table; | 2490 | struct ctl_table; |
2491 | int proc_nr_files(struct ctl_table *table, int write, | 2491 | int proc_nr_files(struct ctl_table *table, int write, |
2492 | void __user *buffer, size_t *lenp, loff_t *ppos); | 2492 | void __user *buffer, size_t *lenp, loff_t *ppos); |
2493 | int proc_nr_dentry(struct ctl_table *table, int write, | ||
2494 | void __user *buffer, size_t *lenp, loff_t *ppos); | ||
2493 | int proc_nr_inodes(struct ctl_table *table, int write, | 2495 | int proc_nr_inodes(struct ctl_table *table, int write, |
2494 | void __user *buffer, size_t *lenp, loff_t *ppos); | 2496 | void __user *buffer, size_t *lenp, loff_t *ppos); |
2495 | int __init get_filesystem_list(char *buf); | 2497 | int __init get_filesystem_list(char *buf); |