From: Filipe David Borba Manana Date: Mon, 9 Sep 2013 18:49:43 +0000 (+0100) Subject: Btrfs: don't leak block group on error X-Git-Tag: v3.13-rc1~85^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e84cc14213e2c81ae5a2da341a9da0d58a1dbfad;p=pandora-kernel.git Btrfs: don't leak block group on error In extent-tree.c:btrfs_write_dirty_block_groups(), if the call to write_one_cache_group() failed, we would return without putting the block group first. Signed-off-by: Filipe David Borba Manana Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed