]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/fs.h
convert get_sb_pseudo() users
[mirror_ubuntu-artful-kernel.git] / include / linux / fs.h
index 4c3a29ddcacb742279fbbcbebf53b5f35b3fbc50..43e6cfb5cbb3ddfa6fc5f13a4b47564f0f566e37 100644 (file)
@@ -1824,9 +1824,8 @@ struct super_block *sget(struct file_system_type *type,
                        int (*test)(struct super_block *,void *),
                        int (*set)(struct super_block *,void *),
                        void *data);
-extern int get_sb_pseudo(struct file_system_type *, char *,
-       const struct super_operations *ops, unsigned long,
-       struct vfsmount *mnt);
+extern struct dentry *mount_pseudo(struct file_system_type *, char *,
+       const struct super_operations *ops, unsigned long);
 extern void simple_set_mnt(struct vfsmount *mnt, struct super_block *sb);
 
 static inline void sb_mark_dirty(struct super_block *sb)