aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/fs.h2
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,
2490struct ctl_table; 2490struct ctl_table;
2491int proc_nr_files(struct ctl_table *table, int write, 2491int 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);
2493int proc_nr_dentry(struct ctl_table *table, int write,
2494 void __user *buffer, size_t *lenp, loff_t *ppos);
2493int proc_nr_inodes(struct ctl_table *table, int write, 2495int 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);
2495int __init get_filesystem_list(char *buf); 2497int __init get_filesystem_list(char *buf);