From: NeilBrown Date: Thu, 11 Oct 2012 03:22:17 +0000 (+1100) Subject: md: make sure manual changes to recovery checkpoint are saved. X-Git-Tag: v3.7-rc1~10^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db07d85ef6395d4768c6cdceeb2ea4878bd2a3f4;p=pandora-kernel.git md: make sure manual changes to recovery checkpoint are saved. If you make an array bigger but suppress resync of the new region with mdadm --grow /dev/mdX --size=max --assume-clean then stop the array before anything is written to it, the effect of the "--assume-clean" is lost and the array will resync the new space when restarted. So ensure that we update the metadata in the case. Reported-by: Sebastian Riemer Signed-off-by: NeilBrown --- Reading git-diff-tree failed