aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/xattr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xattr.c b/fs/xattr.c
index 28e1dfc27b95..f9cb1db187b7 100644
--- a/fs/xattr.c
+++ b/fs/xattr.c
@@ -353,7 +353,6 @@ vfs_listxattr(struct dentry *dentry, char *list, size_t size)
353 if (error) 353 if (error)
354 return error; 354 return error;
355 if (inode->i_op->listxattr && (inode->i_opflags & IOP_XATTR)) { 355 if (inode->i_op->listxattr && (inode->i_opflags & IOP_XATTR)) {
356 error = -EOPNOTSUPP;
357 error = inode->i_op->listxattr(dentry, list, size); 356 error = inode->i_op->listxattr(dentry, list, size);
358 } else { 357 } else {
359 error = security_inode_listsecurity(inode, list, size); 358 error = security_inode_listsecurity(inode, list, size);