From: Ilya Dryomov Date: Fri, 4 Nov 2011 13:41:02 +0000 (-0400) Subject: Btrfs: fix a potential btrfs_bio leak on scrub fixups X-Git-Tag: v3.2-rc1~21^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56d2a48f81a1bde827c625b90221fade72fe9c61;p=pandora-kernel.git Btrfs: fix a potential btrfs_bio leak on scrub fixups In case we were able to map less than we wanted (length < PAGE_SIZE clause is true) btrfs_bio is still allocated and we have to free it. Signed-off-by: Ilya Dryomov Signed-off-by: Chris Mason --- Reading git-diff-tree failed