commit | 4b82490649f5c8ecbf888752c325ea68831c497e | [log] [tgz] |
---|---|---|
author | Miao Xie <miaox@cn.fujitsu.com> | Wed Feb 20 09:13:32 2013 +0000 |
committer | Josef Bacik <jbacik@fusionio.com> | Wed Feb 20 13:00:02 2013 -0500 |
tree | fac234e29328709e2b7f08277f95ae7f61d32a0e | |
parent | cdb4c5748cb3ac533889a6b0b95aa10651e68785 [diff] |
Btrfs: fix the qgroup reserved space is released prematurely In start_transactio(), we will try to join the transaction again after the current transaction is committed, so we should not release the reserved space of the qgroup. Fix it. Cc: Arne Jansen <sensille@gmx.net> Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com>