From: Andrey Tsyvarev Date: Mon, 12 May 2014 16:34:21 +0000 (-0400) Subject: ext4: do not destroy ext4_groupinfo_caches if ext4_mb_init() fails X-Git-Tag: omap-for-v3.16/fixes-against-rc1~88^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=029b10c5a8d9e9db528eea66f5728ccca56c2f27;p=pandora-kernel.git ext4: do not destroy ext4_groupinfo_caches if ext4_mb_init() fails Caches from 'ext4_groupinfo_caches' may be in use by other mounts, which have already existed. So, it is incorrect to destroy them when newly requested mount fails. Found by Linux File System Verification project (linuxtesting.org). Signed-off-by: Andrey Tsyvarev Signed-off-by: "Theodore Ts'o" Reviewed-by: Lukas Czerner --- Reading git-diff-tree failed