Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322360
b: refs/heads/master
c: 6209526
h: refs/heads/master
v: v3
  • Loading branch information
Fengguang Wu authored and Chris Mason committed Aug 28, 2012
1 parent a566128 commit d4adf01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: c329861da40623cd838b8c9ee31a850242fd88cf
refs/heads/master: 6209526531e70c080f79318ab8f50e26846c40a8
5 changes: 3 additions & 2 deletions trunk/fs/btrfs/delayed-inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1028,9 +1028,10 @@ static int btrfs_delete_delayed_items(struct btrfs_trans_handle *trans,
btrfs_release_delayed_item(prev);
ret = 0;
btrfs_release_path(path);
if (curr)
if (curr) {
mutex_unlock(&node->mutex);
goto do_again;
else
} else
goto delete_fail;
}

Expand Down

0 comments on commit d4adf01

Please sign in to comment.