]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/xfs/xfs_iocore.c
[MIPS] MT: Fix bug in multithreaded kernels.
[linux-2.6-omap-h63xx.git] / fs / xfs / xfs_iocore.c
index 81548ec72ba6073b2b910b79d74e8d763ce06fae..b27b5d5be841bb7078c1d48e9936ea32da22b6e5 100644 (file)
@@ -57,11 +57,11 @@ xfs_size_fn(
 
 STATIC int
 xfs_ioinit(
-       struct bhv_vfs          *vfsp,
+       struct xfs_mount        *mp,
        struct xfs_mount_args   *mntargs,
        int                     flags)
 {
-       return xfs_mountfs(vfsp, XFS_VFSTOM(vfsp), flags);
+       return xfs_mountfs(mp, flags);
 }
 
 xfs_ioops_t    xfs_iocore_xfs = {