[PATCH v2 10/25] xattr: use is_fscaps_xattr()

From: Seth Forshee (DigitalOcean)
Date: Wed Feb 21 2024 - 16:30:33 EST


Signed-off-by: Seth Forshee (DigitalOcean) <sforshee@xxxxxxxxxx>
---
fs/xattr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/xattr.c b/fs/xattr.c
index 09d927603433..06290e4ebc03 100644
--- a/fs/xattr.c
+++ b/fs/xattr.c
@@ -310,7 +310,7 @@ vfs_setxattr(struct mnt_idmap *idmap, struct dentry *dentry,
const void *orig_value = value;
int error;

- if (size && strcmp(name, XATTR_NAME_CAPS) == 0) {
+ if (size && is_fscaps_xattr(name)) {
error = cap_convert_nscap(idmap, dentry, &value, size);
if (error < 0)
return error;

--
2.43.0