From: Joe Thornber Date: Wed, 17 Jun 2015 12:35:19 +0000 (+0100) Subject: dm space map metadata: fix occasional leak of a metadata block on resize X-Git-Tag: omap-for-v4.2/fixes-rc1^2~116^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6096d91af0b65a3967139b32d5adbb3647858a26;p=pandora-kernel.git dm space map metadata: fix occasional leak of a metadata block on resize The metadata space map has a simplified 'bootstrap' mode that is operational when extending the space maps. Whilst in this mode it's possible for some refcount decrement operations to become queued (eg, as a result of shadowing one of the bitmap indexes). These decrements were not being applied when switching out of bootstrap mode. The effect of this bug was the leaking of a 4k metadata block. This is detected by the latest version of thin_check as a non fatal error. Signed-off-by: Joe Thornber Signed-off-by: Mike Snitzer Cc: stable@vger.kernel.org --- Reading git-diff-tree failed