aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-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 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);
1835void deactivate_super(struct super_block *sb); 1835void deactivate_super(struct super_block *sb);
1836void deactivate_locked_super(struct super_block *sb); 1836void deactivate_locked_super(struct super_block *sb);
1837int set_anon_super(struct super_block *s, void *data); 1837int set_anon_super(struct super_block *s, void *data);
1838int get_anon_bdev(dev_t *);
1839void free_anon_bdev(dev_t);
1838struct super_block *sget(struct file_system_type *type, 1840struct 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 *),