commit | 42e70e7a2f9d96fd843723fa46d5121cb3e551d0 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Fri Nov 07 18:17:11 2008 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Fri Nov 07 18:17:11 2008 -0500 |
tree | 8e9c6e1c1d0810c53a87b0a36adc37037a1fe266 | |
parent | af09abfece59aa50bfbf16f6f1f85822554e061f [diff] |
Btrfs: Fix more false enospc errors and an oops from empty clustering In comes cases the empty cluster was added twice to the total number of bytes the allocator was trying to find. With empty clustering on, the hint byte was sometimes outside of the block group. Add an extra goto to find the correct block group. Signed-off-by: Chris Mason <chris.mason@oracle.com>