Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118736
b: refs/heads/master
c: b37c4d8
h: refs/heads/master
v: v3
  • Loading branch information
Joel Becker authored and Mark Fasheh committed Nov 10, 2008
1 parent 1a0c2bc commit 016090b
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: f6087fb799e097e7c9d912daa75701de9d62dc53
refs/heads/master: b37c4d84e9d16fd5b6f31197f02ea0a112fc9e99
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ static int ocfs2_xattr_set_entry(struct inode *inode,

free = min_offs - ((void *)last - xs->base) - sizeof(__u32);
if (free < 0)
return -EFAULT;
return -EIO;

if (!xs->not_found) {
size_t size = 0;
Expand Down

0 comments on commit 016090b

Please sign in to comment.