diff options
Diffstat (limited to 'fs/nfs')
-rw-r--r-- | fs/nfs/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c index 3f5a7a85c9c2..e26647be69ce 100644 --- a/fs/nfs/super.c +++ b/fs/nfs/super.c | |||
@@ -2534,6 +2534,7 @@ struct dentry *nfs_fs_mount_common(struct nfs_server *server, | |||
2534 | mntroot = ERR_PTR(error); | 2534 | mntroot = ERR_PTR(error); |
2535 | goto error_splat_bdi; | 2535 | goto error_splat_bdi; |
2536 | } | 2536 | } |
2537 | server->super = s; | ||
2537 | } | 2538 | } |
2538 | 2539 | ||
2539 | if (!s->s_root) { | 2540 | if (!s->s_root) { |