summaryrefslogtreecommitdiffstats
path: root/init/do_mounts.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/do_mounts.c')
-rw-r--r--init/do_mounts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/do_mounts.c b/init/do_mounts.c
index baedc2ef579e..16c29e57f224 100644
--- a/init/do_mounts.c
+++ b/init/do_mounts.c
@@ -631,7 +631,7 @@ static struct dentry *rootfs_mount(struct file_system_type *fs_type,
int flags, const char *dev_name, void *data)
{
if (IS_ENABLED(CONFIG_TMPFS) && is_tmpfs)
- return mount_nodev(fs_type, flags, data, shmem_fill_super);
+ return shmem_mount(fs_type, flags, dev_name, data);
return ramfs_mount(fs_type, flags, dev_name, data);
}