Re: [PATCH] fs: don't call posix_acl_listxattr in generic_listxattr

From: Christian Brauner
Date: Tue May 16 2023 - 10:17:55 EST


On Tue, 16 May 2023 08:46:54 -0400, Jeff Layton wrote:
> Commit f2620f166e2a caused the kernel to start emitting POSIX ACL xattrs
> for NFSv4 inodes, which it doesn't support. The only other user of
> generic_listxattr is HFS (classic) and it doesn't support POSIX ACLs
> either.
>
>

Applied to the vfs.misc.fixes branch of the vfs/vfs.git tree.
Patches in the vfs.misc.fixes branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.misc.fixes

[1/1] fs: don't call posix_acl_listxattr in generic_listxattr
https://git.kernel.org/vfs/vfs/c/f3689fa785f0