Skip to content

Commit 4fd5f95

Browse files
Jebaitednekocyberknight777
authored andcommitted
fs: ntfs3: remove FS_ALLOW_IDMAP flag
upstream commit: torvalds/linux@a643594 part of namespace commit sets, again, lots of commits to pick hence dropping this Signed-off-by: Jebaitedneko <Jebaitedneko@gmail.com>
1 parent fad3895 commit 4fd5f95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/ntfs3/super.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ static struct file_system_type ntfs_fs_type = {
14401440
.name = "ntfs3",
14411441
.mount = ntfs_mount,
14421442
.kill_sb = kill_block_super,
1443-
.fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP,
1443+
.fs_flags = FS_REQUIRES_DEV,
14441444
};
14451445
// clang-format on
14461446

0 commit comments

Comments
 (0)