Files
mirror_zfs/module/os/linux/zfs
Coleman Kane 9cd71c8604 linux 6.2 compat: zpl_set_acl arg2 is now struct dentry
Linux 6.2 changes the second argument of the set_acl operation to be a
"struct dentry *" rather than a "struct inode *". The inode* parameter
is still available as dentry->d_inode, so adjust the call to the _impl
function call to dereference and pass that pointer to it.

Also document that the get_acl -> get_inode_acl member name change from
commit 884a693 was an API change also introduced in Linux 6.2.

Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Signed-off-by: Coleman Kane <ckane@colemankane.org>
Closes #14415
2023-01-24 11:20:50 -08:00
..
2022-10-26 15:08:31 -07:00
2023-01-19 16:59:05 -08:00
2022-10-29 13:05:11 -07:00
2023-01-19 16:59:05 -08:00
2022-11-30 13:45:53 -08:00
2022-10-19 11:17:09 -07:00