aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ramfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ramfs')
-rw-r--r--fs/ramfs/inode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ramfs/inode.c b/fs/ramfs/inode.c
index eab8c09d3801..c24f1e10b946 100644
--- a/fs/ramfs/inode.c
+++ b/fs/ramfs/inode.c
@@ -260,6 +260,7 @@ static struct file_system_type ramfs_fs_type = {
260 .name = "ramfs", 260 .name = "ramfs",
261 .mount = ramfs_mount, 261 .mount = ramfs_mount,
262 .kill_sb = ramfs_kill_sb, 262 .kill_sb = ramfs_kill_sb,
263 .fs_flags = FS_USERNS_MOUNT,
263}; 264};
264static struct file_system_type rootfs_fs_type = { 265static struct file_system_type rootfs_fs_type = {
265 .name = "rootfs", 266 .name = "rootfs",