Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374853
b: refs/heads/master
c: d4e3991
h: refs/heads/master
i:
  374851: ecfedec
v: v3
  • Loading branch information
Zach Brown authored and Josef Bacik committed May 6, 2013
1 parent 51c718d commit ff54a57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f63e0cca9174dd8b47380f61565ab7b921d6ac2c
refs/heads/master: d4e3991b9945906528c7abb627d759ea43f53bce
2 changes: 2 additions & 0 deletions trunk/fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -3616,6 +3616,8 @@ static int __btrfs_unlink_inode(struct btrfs_trans_handle *trans,
dir, index);
if (ret == -ENOENT)
ret = 0;
else if (ret)
btrfs_abort_transaction(trans, root, ret);
err:
btrfs_free_path(path);
if (ret)
Expand Down

0 comments on commit ff54a57

Please sign in to comment.