diff options
Diffstat (limited to 'include/linux/fs.h')
-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 8494aac189f0..a0011aef4338 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1835,6 +1835,8 @@ void kill_litter_super(struct super_block *sb); | |||
1835 | void deactivate_super(struct super_block *sb); | 1835 | void deactivate_super(struct super_block *sb); |
1836 | void deactivate_locked_super(struct super_block *sb); | 1836 | void deactivate_locked_super(struct super_block *sb); |
1837 | int set_anon_super(struct super_block *s, void *data); | 1837 | int set_anon_super(struct super_block *s, void *data); |
1838 | int get_anon_bdev(dev_t *); | ||
1839 | void free_anon_bdev(dev_t); | ||
1838 | struct super_block *sget(struct file_system_type *type, | 1840 | struct super_block *sget(struct file_system_type *type, |
1839 | int (*test)(struct super_block *,void *), | 1841 | int (*test)(struct super_block *,void *), |
1840 | int (*set)(struct super_block *,void *), | 1842 | int (*set)(struct super_block *,void *), |