Signed-off-by: Seth Forshee (DigitalOcean) <[email protected]>
---
 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


Reply via email to