From fe2b2b6a91fc4c7a739314c63fa35bccd0740a8b Mon Sep 17 00:00:00 2001 From: Andy Adamson Date: Fri, 17 Oct 2008 10:44:37 -0400 Subject: [PATCH] --- yaml --- r: 116235 b: refs/heads/master c: ec9a05c94c7cd00b4f0ab126c3d394f2fc2e4712 h: refs/heads/master i: 116233: b83d0d116afdbdfc78c9476c63cd6f77583dbbdd 116231: e6e18299a8c4b809461dfdd2c54d87c9e4a789cf v: v3 --- [refs] | 2 +- trunk/fs/nfs/super.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 0b6c861ad9cc..5aded7cf3c4e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 504e518953a330c8d44a95bdd65a5c9f50f1012e +refs/heads/master: ec9a05c94c7cd00b4f0ab126c3d394f2fc2e4712 diff --git a/trunk/fs/nfs/super.c b/trunk/fs/nfs/super.c index 8b28b95c9e44..a3b0061dfd45 100644 --- a/trunk/fs/nfs/super.c +++ b/trunk/fs/nfs/super.c @@ -2459,7 +2459,7 @@ static int nfs4_xdev_get_sb(struct file_system_type *fs_type, int flags, compare_super = NULL; /* Get a superblock - note that we may end up sharing one that already exists */ - s = sget(&nfs_fs_type, compare_super, nfs_set_super, &sb_mntdata); + s = sget(&nfs4_fs_type, compare_super, nfs_set_super, &sb_mntdata); if (IS_ERR(s)) { error = PTR_ERR(s); goto out_err_nosb; @@ -2544,7 +2544,7 @@ static int nfs4_referral_get_sb(struct file_system_type *fs_type, int flags, compare_super = NULL; /* Get a superblock - note that we may end up sharing one that already exists */ - s = sget(&nfs_fs_type, compare_super, nfs_set_super, &sb_mntdata); + s = sget(&nfs4_fs_type, compare_super, nfs_set_super, &sb_mntdata); if (IS_ERR(s)) { error = PTR_ERR(s); goto out_err_nosb;