diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-07-25 15:47:46 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-10-29 04:16:33 -0400 |
commit | 51139adac92f7160ad3ca1cab2de1b4b8d19dc96 (patch) | |
tree | ea12df0927809e8d5333e82d51cbdb96288c9e6b /include/linux/fs.h | |
parent | 3c26ff6e499ee7e6f9f2bc7da5f2f30d80862ecf (diff) |
convert get_sb_pseudo() users
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
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) |