|
@@ -2235,8 +2235,7 @@ static struct dentry *nfs_fs_mount(struct file_system_type *fs_type,
|
|
if (!s->s_root) {
|
|
if (!s->s_root) {
|
|
/* initial superblock/root creation */
|
|
/* initial superblock/root creation */
|
|
nfs_fill_super(s, data);
|
|
nfs_fill_super(s, data);
|
|
- nfs_fscache_get_super_cookie(
|
|
|
|
- s, data ? data->fscache_uniq : NULL, NULL);
|
|
|
|
|
|
+ nfs_fscache_get_super_cookie(s, data->fscache_uniq, NULL);
|
|
}
|
|
}
|
|
|
|
|
|
mntroot = nfs_get_root(s, mntfh, dev_name);
|
|
mntroot = nfs_get_root(s, mntfh, dev_name);
|