-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux Kernel 6.2 renamed get_acl to get_inode_acl #14323
Labels
Type: Defect
Incorrect behavior (e.g. crash, hang)
Comments
ckane
added a commit
to ckane/zfs
that referenced
this issue
Dec 27, 2022
Linux 6.2 renamed the get_acl() operation to get_inode_acl() in the inode_operations struct. This should fix Issue openzfs#14323. Signed-off-by: Coleman Kane <ckane@colemankane.org>
Closed
13 tasks
ckane
added a commit
to ckane/zfs
that referenced
this issue
Dec 27, 2022
Linux 6.2 renamed the get_acl() operation to get_inode_acl() in the inode_operations struct. This should fix Issue openzfs#14323. Signed-off-by: Coleman Kane <ckane@colemankane.org>
ckane
added a commit
to ckane/zfs
that referenced
this issue
Jan 6, 2023
Linux 6.2 renamed the get_acl() operation to get_inode_acl() in the inode_operations struct. This should fix Issue openzfs#14323. Signed-off-by: Coleman Kane <ckane@colemankane.org>
ryao
pushed a commit
to ryao/zfs
that referenced
this issue
Jan 9, 2023
Linux 6.2 renamed the get_acl() operation to get_inode_acl() in the inode_operations struct. This should fix Issue openzfs#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 openzfs#14323 Closes openzfs#14331
ryao
pushed a commit
to ryao/zfs
that referenced
this issue
Jan 10, 2023
Linux 6.2 renamed the get_acl() operation to get_inode_acl() in the inode_operations struct. This should fix Issue openzfs#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 openzfs#14323 Closes openzfs#14331
behlendorf
pushed a commit
that referenced
this issue
Jan 10, 2023
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
lundman
pushed a commit
to openzfsonwindows/openzfs
that referenced
this issue
Mar 3, 2023
Linux 6.2 renamed the get_acl() operation to get_inode_acl() in the inode_operations struct. This should fix Issue openzfs#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 openzfs#14323 Closes openzfs#14331
Wenri
pushed a commit
to Wenri/zfs
that referenced
this issue
Sep 13, 2023
Linux 6.2 renamed the get_acl() operation to get_inode_acl() in the inode_operations struct. This should fix Issue openzfs#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 openzfs#14323 Closes openzfs#14331
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
System information
next-20221220
Describe the problem you're observing
get_acl
toget_inode_acl
: torvalds/linux@cac2f8bDescribe how to reproduce the problem
Build oepnzfs master with a post-6.1 kernel.
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: