commit | f5a31e166772a7b9fff6725b697eb8b57633671e | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Mon Nov 10 11:47:09 2008 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Mon Nov 10 11:47:09 2008 -0500 |
tree | 16cbd822a7b56a0314d791902704754f06de233f | |
parent | e04ca626baee684bea9d6239e4e1119b696101b2 [diff] |
Btrfs: Try harder while searching for free space The loop searching for free space would exit out too soon when metadata clustering was trying to allocate a large extent. This makes sure a full scan of the free space is done searching for only the minimum extent size requested by the higher layers. Signed-off-by: Chris Mason <chris.mason@oracle.com>