mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ceph: allow idmapped mounts
Now that we converted cephfs internally to account for idmapped mounts allow the creation of idmapped mounts on by setting the FS_ALLOW_IDMAP flag. Signed-off-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> Reviewed-by: Xiubo Li <xiubli@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
This commit is contained in:
parent
8a051b40ab
commit
56d2e2cfa2
1 changed files with 1 additions and 1 deletions
|
@ -1582,7 +1582,7 @@ static struct file_system_type ceph_fs_type = {
|
|||
.name = "ceph",
|
||||
.init_fs_context = ceph_init_fs_context,
|
||||
.kill_sb = ceph_kill_sb,
|
||||
.fs_flags = FS_RENAME_DOES_D_MOVE,
|
||||
.fs_flags = FS_RENAME_DOES_D_MOVE | FS_ALLOW_IDMAP,
|
||||
};
|
||||
MODULE_ALIAS_FS("ceph");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue