git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3c2fdc
)
Btrfs: Fix duplicate ENOSPC checks in find_free_extent
author
Chris Mason
<chris.mason@oracle.com>
Mon, 17 Sep 2007 15:00:51 +0000
(11:00 -0400)
committer
Chris Mason
<chris.mason@oracle.com>
Thu, 25 Sep 2008 15:03:56 +0000
(11:03 -0400)
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>
No differences found