]> git.proxmox.com Git - mirror_zfs.git/commit
Bend zpl_set_acl to permit the new userns* parameter
authorRich Ercolani <214141+rincebrain@users.noreply.github.com>
Thu, 27 May 2021 15:55:49 +0000 (11:55 -0400)
committerGitHub <noreply@github.com>
Thu, 27 May 2021 15:55:49 +0000 (08:55 -0700)
commitba646e3e89102552b271727e835a1a99ac8d947d
tree72aef347119a791e84cd6cda5e1f22aaba1f7023
parent5611bdc8f0d2a0d4c347f37570859e7d5e2a50fe
Bend zpl_set_acl to permit the new userns* parameter

Just like #12087, the set_acl signature changed with all the bolted-on
*userns parameters, which disabled set_acl usage, and caused #12076.

Turn zpl_set_acl into zpl_set_acl and zpl_set_acl_impl, and add a
new configure test for the new version.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Rich Ercolani <rincebrain@gmail.com>
Closes #12076
Closes #12093
config/kernel-acl.m4
include/os/linux/zfs/sys/zpl.h
module/os/linux/zfs/zpl_xattr.c