commit | f690efb1aa2a961dd6655529c1797fcac60ad6d9 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Wed Jan 12 21:04:22 2011 +0000 |
committer | Chris Mason <chris.mason@oracle.com> | Sun Jan 16 11:30:20 2011 -0500 |
tree | 29b2faa25ff19a3c374b6bb60eb4507657c6dfa9 | |
parent | 5e540f7715b8cd83b8e60beaaa525b125cc122de [diff] |
Btrfs: don't warn if we get ENOSPC in btrfs_block_rsv_check If we run low on space we could get a bunch of warnings out of btrfs_block_rsv_check, but this is mostly just called via the transaction code to see if we need to end the transaction, it expects to see failures, so let's not WARN and freak everybody out for no reason. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>