Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349160
b: refs/heads/master
c: 72bcd99
h: refs/heads/master
v: v3
  • Loading branch information
Josef Bacik authored and Josef Bacik committed Jan 14, 2013
1 parent 5013b3b commit 7e54721
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: 97547676570b3bd908560741315bf4b7d635bcf5
refs/heads/master: 72bcd99d450cb1dde8bf13c3b65fc5883b2a3893
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/extent-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -3997,7 +3997,7 @@ static int reserve_metadata_bytes(struct btrfs_root *root,
* We make the other tasks wait for the flush only when we can flush
* all things.
*/
if (ret && flush == BTRFS_RESERVE_FLUSH_ALL) {
if (ret && flush != BTRFS_RESERVE_NO_FLUSH) {
flushing = true;
space_info->flush = 1;
}
Expand Down

0 comments on commit 7e54721

Please sign in to comment.