]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Btrfs: fix misuse of trans block rsv
authorLiu Bo <liubo2009@cn.fujitsu.com>
Sun, 11 Sep 2011 14:52:24 +0000 (10:52 -0400)
committerChris Mason <chris.mason@oracle.com>
Sun, 11 Sep 2011 14:52:24 +0000 (10:52 -0400)
commit98c9942aca05fff198cd5ca629599cd193444809
tree4013ae687f6a2a6f2f96d9da739bd3bcf468ac79
parent65450aa645b1ef7ed74e41c34b28d53333744978
Btrfs: fix misuse of trans block rsv

At the beginning of create_pending_snapshot, trans->block_rsv is set
to pending->block_rsv and is used for snapshot things, however, when
it is done, we do not recover it as will.

Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/transaction.c