erofs: support idmapped mounts
[linux-2.6-microblaze.git] / fs / erofs / super.c
index dbfe2cb..a326445 100644 (file)
@@ -821,7 +821,7 @@ static struct file_system_type erofs_fs_type = {
        .name           = "erofs",
        .init_fs_context = erofs_init_fs_context,
        .kill_sb        = erofs_kill_sb,
-       .fs_flags       = FS_REQUIRES_DEV,
+       .fs_flags       = FS_REQUIRES_DEV | FS_ALLOW_IDMAP,
 };
 MODULE_ALIAS_FS("erofs");