Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15019
b: refs/heads/master
c: 894ec87
h: refs/heads/master
i:
  15017: 84a130d
  15015: 0e0b727
v: v3
  • Loading branch information
Daniel Drake authored and Linus Torvalds committed Dec 12, 2005
1 parent 88e99e2 commit 0c91dc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c3f5902325d3053986e7359f706581d8f032e72f
refs/heads/master: 894ec8707ced240b96dc45944790fb35d9a6b03c
2 changes: 1 addition & 1 deletion trunk/fs/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ listxattr(struct dentry *d, char __user *list, size_t size)
error = d->d_inode->i_op->listxattr(d, klist, size);
} else {
error = security_inode_listsecurity(d->d_inode, klist, size);
if (size && error >= size)
if (size && error > size)
error = -ERANGE;
}
if (error > 0) {
Expand Down

0 comments on commit 0c91dc7

Please sign in to comment.