From: Liu Bo Date: Sun, 11 Sep 2011 14:52:24 +0000 (-0400) Subject: Btrfs: fix misuse of trans block rsv X-Git-Tag: v3.1-rc6~4^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98c9942aca05fff198cd5ca629599cd193444809;p=pandora-kernel.git 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 Signed-off-by: Chris Mason --- Reading git-diff-tree failed