]> git.proxmox.com Git - mirror_zfs.git/commit
linux 6.2 compat: get_acl() got moved to get_inode_acl() in 6.2
authorColeman Kane <ckane@colemankane.org>
Tue, 27 Dec 2022 03:04:34 +0000 (22:04 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 10 Jan 2023 16:43:49 +0000 (08:43 -0800)
commitb586ea5d937be36eb23df4277275927ce7c2be7c
treed1e23bcbb5f46a37aa2f42f6c4b0519d01908b1c
parent138d2b29dd01e9eb9ddc70b0ee5a7f3645830219
linux 6.2 compat: get_acl() got moved to get_inode_acl() in 6.2

Linux 6.2 renamed the get_acl() operation to get_inode_acl() in
the inode_operations struct. This should fix Issue #14323.

Reviewed-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: Coleman Kane <ckane@colemankane.org>
Closes #14323
Closes #14331
config/kernel-acl.m4
include/os/linux/zfs/sys/zpl.h
module/os/linux/zfs/zpl_inode.c
module/os/linux/zfs/zpl_xattr.c