Btrfs: check free space in block group before searching for a cluster
authorJosef Bacik <josef@redhat.com>
Fri, 18 Mar 2011 19:13:42 +0000 (15:13 -0400)
committerJosef Bacik <josef@redhat.com>
Mon, 21 Mar 2011 14:25:48 +0000 (10:25 -0400)
commit7d0d2e8e6b6f7da221a25238cf490a095c8c4788
treea2bce1c429f9efb9d3cc41390afa73839787c96c
parent22a94d44bd6876a90630338229da6c0436d46593
Btrfs: check free space in block group before searching for a cluster

The free space cluster stuff is heavy duty, so there is no sense in going
through the entire song and dance if there isn't enough space in the block group
to begin with.  Thanks,

Signed-off-by: Josef Bacik <josef@redhat.com>
fs/btrfs/free-space-cache.c