Commit 3a7bb21
fs: don't call posix_acl_listxattr in generic_listxattr
Commit f2620f1 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.
Fixes: f2620f1 xattr: simplify listxattr helpers
Reported-by: Ondrej Valousek <ondrej.valousek.xm@renesas.com>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Message-Id: <20230516124655.82283-1-jlayton@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>1 parent f15afbd commit 3a7bb21
1 file changed
+9
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
985 | 985 | | |
986 | 986 | | |
987 | 987 | | |
988 | | - | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
989 | 994 | | |
990 | | - | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
991 | 998 | | |
992 | 999 | | |
993 | 1000 | | |
| |||
996 | 1003 | | |
997 | 1004 | | |
998 | 1005 | | |
999 | | - | |
1000 | | - | |
1001 | | - | |
1002 | | - | |
1003 | 1006 | | |
1004 | 1007 | | |
1005 | 1008 | | |
| |||
0 commit comments