]> git.ipfire.org Git - thirdparty/linux.git/commit
xattr: remove unused argument
authorChristian Brauner <brauner@kernel.org>
Wed, 1 Feb 2023 13:14:54 +0000 (14:14 +0100)
committerChristian Brauner (Microsoft) <brauner@kernel.org>
Mon, 6 Mar 2023 08:57:11 +0000 (09:57 +0100)
commit831be973aa21d1cf8948bf4b1d4e73e6d5d028c0
tree85ae7a24b3f102139fd37544b533f5b928cd49ca
parent2db8a948046cab3a2f707561592906a3d096972f
xattr: remove unused argument

his helpers is really just used to check for user.* xattr support so
don't make it pointlessly generic.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
fs/nfsd/nfs4xdr.c
fs/xattr.c
include/linux/xattr.h