Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166682
b: refs/heads/master
c: dd7e0b7
h: refs/heads/master
v: v3
  • Loading branch information
Sage Weil authored and Chris Mason committed Sep 29, 2009
1 parent 69279f7 commit 1e38f0c
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: 1ab86aedbc7845a946b4ba4edf37762629970708
refs/heads/master: dd7e0b7b02ccff73b87032e20fc5b4f2c1cfcc14
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/extent-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -3168,7 +3168,7 @@ int btrfs_check_data_free_space(struct btrfs_root *root, struct inode *inode,
spin_unlock(&data_sinfo->lock);

/* commit the current transaction and try again */
if (!committed) {
if (!committed && !root->fs_info->open_ioctl_trans) {
committed = 1;
trans = btrfs_join_transaction(root, 1);
if (!trans)
Expand Down

0 comments on commit 1e38f0c

Please sign in to comment.