diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 78043da85e1f..a3937a8ee95e 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2486,7 +2486,8 @@ ssize_t simple_attr_write(struct file *file, const char __user *buf, | |||
2486 | struct ctl_table; | 2486 | struct ctl_table; |
2487 | int proc_nr_files(struct ctl_table *table, int write, | 2487 | int proc_nr_files(struct ctl_table *table, int write, |
2488 | void __user *buffer, size_t *lenp, loff_t *ppos); | 2488 | void __user *buffer, size_t *lenp, loff_t *ppos); |
2489 | 2489 | int proc_nr_inodes(struct ctl_table *table, int write, | |
2490 | void __user *buffer, size_t *lenp, loff_t *ppos); | ||
2490 | int __init get_filesystem_list(char *buf); | 2491 | int __init get_filesystem_list(char *buf); |
2491 | 2492 | ||
2492 | #define ACC_MODE(x) ("\004\002\006\006"[(x)&O_ACCMODE]) | 2493 | #define ACC_MODE(x) ("\004\002\006\006"[(x)&O_ACCMODE]) |