Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332561
b: refs/heads/master
c: 962197b
h: refs/heads/master
i:
  332559: cd630e9
v: v3
  • Loading branch information
Miao Xie authored and Chris Mason committed Oct 1, 2012
1 parent a1006bc commit 3b01546
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: 69ffb54347a71c4f2a4694e0c1155af8538d55f6
refs/heads/master: 962197babeccc1f4cc8aa28ad844df80bdc85ed0
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ static noinline int submit_compressed_extents(struct inode *inode,
async_extent->compressed_size,
async_extent->compressed_size,
0, alloc_hint, &ins, 1);
if (ret)
if (ret && ret != -ENOSPC)
btrfs_abort_transaction(trans, root, ret);
btrfs_end_transaction(trans, root);
}
Expand Down

0 comments on commit 3b01546

Please sign in to comment.