commit | 74b2107543da4ed9607ec484f63c42362dc9fca6 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Wed Apr 13 12:02:53 2011 -0400 |
committer | Josef Bacik <josef@redhat.com> | Mon May 23 13:00:56 2011 -0400 |
tree | c4bdfa4b995ae4281dbdf9d1f489009941a51e5b | |
parent | 61c4f2c81c61f73549928dfd9f3e8f26aa36a8cf [diff] |
Btrfs: make sure to use the delalloc reserve when filling delalloc In the prealloc filling code and compressed code we don't set trans->block_rsv to the delalloc block reserve properly, which is going to make us use metadata from the wrong pool, this patch fixes that. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com>