diff options
Diffstat (limited to 'fs/nfs/super.c')
-rw-r--r-- | fs/nfs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c index baa28860ad27..bb516a2cfbaf 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c | |||
@@ -1045,7 +1045,7 @@ static int nfs4_referral_get_sb(struct file_system_type *fs_type, int flags, | |||
1045 | nfs4_fill_super(s); | 1045 | nfs4_fill_super(s); |
1046 | } | 1046 | } |
1047 | 1047 | ||
1048 | mntroot = nfs4_get_root(s, data->fh); | 1048 | mntroot = nfs4_get_root(s, &mntfh); |
1049 | if (IS_ERR(mntroot)) { | 1049 | if (IS_ERR(mntroot)) { |
1050 | error = PTR_ERR(mntroot); | 1050 | error = PTR_ERR(mntroot); |
1051 | goto error_splat_super; | 1051 | goto error_splat_super; |