diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 523086714c74..eeb04ba17b63 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2324,6 +2324,7 @@ extern struct super_block *get_super(struct block_device *); | |||
2324 | extern struct super_block *get_active_super(struct block_device *bdev); | 2324 | extern struct super_block *get_active_super(struct block_device *bdev); |
2325 | extern struct super_block *user_get_super(dev_t); | 2325 | extern struct super_block *user_get_super(dev_t); |
2326 | extern void drop_super(struct super_block *sb); | 2326 | extern void drop_super(struct super_block *sb); |
2327 | extern void iterate_supers(void (*)(struct super_block *, void *), void *); | ||
2327 | 2328 | ||
2328 | extern int dcache_dir_open(struct inode *, struct file *); | 2329 | extern int dcache_dir_open(struct inode *, struct file *); |
2329 | extern int dcache_dir_close(struct inode *, struct file *); | 2330 | extern int dcache_dir_close(struct inode *, struct file *); |