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 b5b979247863..a8735e7e1b35 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2432,6 +2432,8 @@ extern struct super_block *get_active_super(struct block_device *bdev);
2432extern struct super_block *user_get_super(dev_t); 2432extern struct super_block *user_get_super(dev_t);
2433extern void drop_super(struct super_block *sb); 2433extern void drop_super(struct super_block *sb);
2434extern void iterate_supers(void (*)(struct super_block *, void *), void *); 2434extern void iterate_supers(void (*)(struct super_block *, void *), void *);
2435extern void iterate_supers_type(struct file_system_type *,
2436 void (*)(struct super_block *, void *), void *);
2435 2437
2436extern int dcache_dir_open(struct inode *, struct file *); 2438extern int dcache_dir_open(struct inode *, struct file *);
2437extern int dcache_dir_close(struct inode *, struct file *); 2439extern int dcache_dir_close(struct inode *, struct file *);