Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359017
b: refs/heads/master
c: ab6a773
h: refs/heads/master
i:
  359015: b393f6a
v: v3
  • Loading branch information
Wang Shilong authored and Jan Kara committed Jan 21, 2013
1 parent 90bec90 commit ed5f267
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: 1b7d76e9b1106f2be062f915b05d47658dd4fc63
refs/heads/master: ab6a773dbcbd2bba3ead8676ae21ce5adbbdc035
2 changes: 1 addition & 1 deletion trunk/fs/ext2/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ ext2_xattr_set2(struct inode *inode, struct buffer_head *old_bh,
if (unlikely(!new_bh)) {
ext2_free_blocks(inode, block, 1);
mark_inode_dirty(inode);
error = -EIO;
error = -ENOMEM;
goto cleanup;
}
lock_buffer(new_bh);
Expand Down

0 comments on commit ed5f267

Please sign in to comment.