]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
UBUNTU: SAUCE: overlayfs: Enable user namespace mounts
authorSeth Forshee <seth.forshee@canonical.com>
Mon, 27 Jul 2015 14:16:54 +0000 (09:16 -0500)
committerSeth Forshee <seth.forshee@canonical.com>
Tue, 5 Sep 2017 12:33:20 +0000 (07:33 -0500)
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
fs/overlayfs/super.c

index 93437856dbd95e139a182b324bf43b18ad4c8029..d05bc8ed691bace519320da832b8e4ed06868fca 100644 (file)
@@ -1188,6 +1188,7 @@ static struct file_system_type ovl_fs_type = {
        .name           = "overlay",
        .mount          = ovl_mount,
        .kill_sb        = kill_anon_super,
+       .fs_flags       = FS_USERNS_MOUNT,
 };
 MODULE_ALIAS_FS("overlay");