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 6a4d170ad9a5..3efff12049c6 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1922,6 +1922,8 @@ extern int vfs_fstat(unsigned int, struct kstat *); | |||
1922 | 1922 | ||
1923 | extern int vfs_ioctl(struct file *, unsigned int, unsigned int, unsigned long); | 1923 | extern int vfs_ioctl(struct file *, unsigned int, unsigned int, unsigned long); |
1924 | 1924 | ||
1925 | extern void get_filesystem(struct file_system_type *fs); | ||
1926 | extern void put_filesystem(struct file_system_type *fs); | ||
1925 | extern struct file_system_type *get_fs_type(const char *name); | 1927 | extern struct file_system_type *get_fs_type(const char *name); |
1926 | extern struct super_block *get_super(struct block_device *); | 1928 | extern struct super_block *get_super(struct block_device *); |
1927 | extern struct super_block *user_get_super(dev_t); | 1929 | extern struct super_block *user_get_super(dev_t); |