namespaces: move proc_net_get_sb to a generic fs/super.c helper
[safe/jmp/linux-2.6] / include / linux / fs.h
index bce40a2..562d285 100644 (file)
@@ -1699,6 +1699,9 @@ struct file_system_type {
        struct lock_class_key i_alloc_sem_key;
 };
 
+extern int get_sb_ns(struct file_system_type *fs_type, int flags, void *data,
+       int (*fill_super)(struct super_block *, void *, int),
+       struct vfsmount *mnt);
 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),