Btfs: More metadata allocator optimizations
authorChris Mason <chris.mason@oracle.com>
Fri, 7 Nov 2008 14:06:11 +0000 (09:06 -0500)
committerChris Mason <chris.mason@oracle.com>
Fri, 7 Nov 2008 14:06:11 +0000 (09:06 -0500)
This lowers the empty cluster target for metadata allocations.  The lower
target makes it easier to do allocations and still seems to perform well.

It also fixes the allocator loop to drop the empty cluster when things
start getting difficult, avoiding false enospc warnings.

Signed-off-by: Chris Mason <chris.mason@oracle.com>

No differences found