commit | 2adcac1a7331d93a17285804819caa96070b231f | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Wed May 23 16:10:14 2012 -0400 |
committer | Josef Bacik <josef@redhat.com> | Wed May 30 10:23:38 2012 -0400 |
tree | d5da1421dc605b64d34bc0cab4ae91de086499fa | |
parent | 8a35d95ff4680a456d3ce47df9638f33d4f54f20 [diff] |
Btrfs: fall back to non-inline if we don't have enough space If cow_file_range_inline fails with ENOSPC we abort the transaction which isn't very nice. This really shouldn't be happening anyways but there's no sense in making it a horrible error when we can easily just go allocate normal data space for this stuff. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com>