diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 4c3a29ddcacb..43e6cfb5cbb3 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1824,9 +1824,8 @@ struct super_block *sget(struct file_system_type *type, | |||
1824 | int (*test)(struct super_block *,void *), | 1824 | int (*test)(struct super_block *,void *), |
1825 | int (*set)(struct super_block *,void *), | 1825 | int (*set)(struct super_block *,void *), |
1826 | void *data); | 1826 | void *data); |
1827 | extern int get_sb_pseudo(struct file_system_type *, char *, | 1827 | extern struct dentry *mount_pseudo(struct file_system_type *, char *, |
1828 | const struct super_operations *ops, unsigned long, | 1828 | const struct super_operations *ops, unsigned long); |
1829 | struct vfsmount *mnt); | ||
1830 | extern void simple_set_mnt(struct vfsmount *mnt, struct super_block *sb); | 1829 | extern void simple_set_mnt(struct vfsmount *mnt, struct super_block *sb); |
1831 | 1830 | ||
1832 | static inline void sb_mark_dirty(struct super_block *sb) | 1831 | static inline void sb_mark_dirty(struct super_block *sb) |