convert get_sb_nodev() users
[linux-2.6-block.git] / include / linux / fs.h
index 0aa2f1202afa15eb395bfb057a3577d97a6f7a9f..4c3a29ddcacb742279fbbcbebf53b5f35b3fbc50 100644 (file)
@@ -1806,6 +1806,9 @@ extern int get_sb_single(struct file_system_type *fs_type,
        int flags, void *data,
        int (*fill_super)(struct super_block *, void *, int),
        struct vfsmount *mnt);
+extern struct dentry *mount_nodev(struct file_system_type *fs_type,
+       int flags, void *data,
+       int (*fill_super)(struct super_block *, void *, int));
 extern int get_sb_nodev(struct file_system_type *fs_type,
        int flags, void *data,
        int (*fill_super)(struct super_block *, void *, int),