commit | cf67582bb2ec364d71b3e4f8e49de98d8c3c832e | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Mon Sep 17 11:00:51 2007 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:03:56 2008 -0400 |
tree | 9f51995b1877953c9d15eee72d44881e6c4962bc | |
parent | d3c2fdcf7b79079f60ac64e61d886964d4647910 [diff] |
Btrfs: Fix duplicate ENOSPC checks in find_free_extent find_free_extent would fail to wrap around to the start of the drive because it was doing the enospc case checking twice in some cases, causing it to return -ENOSPC early. Signed-off-by: Chris Mason <chris.mason@oracle.com>