]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/fs.h
convert get_sb_single() users
[net-next-2.6.git] / include / linux / fs.h
index 2fab5a24ca51f9014478dbcb136dac2eb7246a78..0aa2f1202afa15eb395bfb057a3577d97a6f7a9f 100644 (file)
@@ -1799,6 +1799,9 @@ extern int get_sb_bdev(struct file_system_type *fs_type,
        int flags, const char *dev_name, void *data,
        int (*fill_super)(struct super_block *, void *, int),
        struct vfsmount *mnt);
+extern struct dentry *mount_single(struct file_system_type *fs_type,
+       int flags, void *data,
+       int (*fill_super)(struct super_block *, void *, int));
 extern int get_sb_single(struct file_system_type *fs_type,
        int flags, void *data,
        int (*fill_super)(struct super_block *, void *, int),