aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/super.c')
-rw-r--r--fs/nfs/super.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c
index 2b8e9a5e366a..685a8a7bd17b 100644
--- a/fs/nfs/super.c
+++ b/fs/nfs/super.c
@@ -2235,8 +2235,7 @@ static struct dentry *nfs_fs_mount(struct file_system_type *fs_type,
2235 if (!s->s_root) { 2235 if (!s->s_root) {
2236 /* initial superblock/root creation */ 2236 /* initial superblock/root creation */
2237 nfs_fill_super(s, data); 2237 nfs_fill_super(s, data);
2238 nfs_fscache_get_super_cookie( 2238 nfs_fscache_get_super_cookie(s, data->fscache_uniq, NULL);
2239 s, data ? data->fscache_uniq : NULL, NULL);
2240 } 2239 }
2241 2240
2242 mntroot = nfs_get_root(s, mntfh, dev_name); 2241 mntroot = nfs_get_root(s, mntfh, dev_name);