]> 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>
Fri, 6 Jan 2023 22:40:54 +0000 (14:40 -0800)
commit884a69357fe47ef317085bd05fb197a7f321e3f4
tree083841c8e797aba891f2d71ba785f94b34addeb9
parent556ed0953712bd94b49363c7c596d3d8000ff874
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