diff options
Diffstat (limited to 'fs/btrfs/inode.c')
-rw-r--r-- | fs/btrfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 406666cb6156..d41e467b4aa2 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
@@ -662,7 +662,7 @@ retry: | |||
662 | async_extent->compressed_size, | 662 | async_extent->compressed_size, |
663 | async_extent->compressed_size, | 663 | async_extent->compressed_size, |
664 | 0, alloc_hint, &ins, 1); | 664 | 0, alloc_hint, &ins, 1); |
665 | if (ret) | 665 | if (ret && ret != -ENOSPC) |
666 | btrfs_abort_transaction(trans, root, ret); | 666 | btrfs_abort_transaction(trans, root, ret); |
667 | btrfs_end_transaction(trans, root); | 667 | btrfs_end_transaction(trans, root); |
668 | } | 668 | } |