]> bbs.cooldavid.org Git - net-next-2.6.git/commit
Btrfs: fix reservation code for mixed block groups
authorJosef Bacik <josef@redhat.com>
Fri, 15 Oct 2010 19:13:32 +0000 (15:13 -0400)
committerJosef Bacik <josef@redhat.com>
Fri, 22 Oct 2010 19:54:56 +0000 (15:54 -0400)
commit6d48755d02b150de7f47e7b4753202f2fc9f990f
tree82bfa3265acbec93df92c9e0a5dced4e9b224208
parent89a55897a2fbbceb94480952784004bf23911d38
Btrfs: fix reservation code for mixed block groups

The global reservation stuff tries to add together DATA and METADATA used in
order to figure out how much to reserve for everything, but this doesn't work
right for mixed block groups.  Instead if we have mixed block groups just set
data used to 0.  Also with mixed block groups we will use bytes_may_use for
keeping track of delalloc bytes, so we need to take that into account in our
reservation calculations.

Signed-off-by: Josef Bacik <josef@redhat.com>
fs/btrfs/extent-tree.c