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 e6e4146bf9ae..2ba074328894 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2903,8 +2903,10 @@ extern void put_filesystem(struct file_system_type *fs);
2903extern struct file_system_type *get_fs_type(const char *name); 2903extern struct file_system_type *get_fs_type(const char *name);
2904extern struct super_block *get_super(struct block_device *); 2904extern struct super_block *get_super(struct block_device *);
2905extern struct super_block *get_super_thawed(struct block_device *); 2905extern struct super_block *get_super_thawed(struct block_device *);
2906extern struct super_block *get_super_exclusive_thawed(struct block_device *bdev);
2906extern struct super_block *get_active_super(struct block_device *bdev); 2907extern struct super_block *get_active_super(struct block_device *bdev);
2907extern void drop_super(struct super_block *sb); 2908extern void drop_super(struct super_block *sb);
2909extern void drop_super_exclusive(struct super_block *sb);
2908extern void iterate_supers(void (*)(struct super_block *, void *), void *); 2910extern void iterate_supers(void (*)(struct super_block *, void *), void *);
2909extern void iterate_supers_type(struct file_system_type *, 2911extern void iterate_supers_type(struct file_system_type *,
2910 void (*)(struct super_block *, void *), void *); 2912 void (*)(struct super_block *, void *), void *);