From: NeilBrown Date: Tue, 31 Mar 2009 04:19:03 +0000 (+1100) Subject: md/raid5: clearly differentiate 'before' and 'after' stripes during reshape. X-Git-Tag: v2.6.30-rc1~241^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86b42c713be3e5f6807aa14b4cbdb005d35c64d5;p=pandora-kernel.git md/raid5: clearly differentiate 'before' and 'after' stripes during reshape. During a raid5 reshape, we have some stripes in the cache that are 'before' the reshape (and are still to be processed) and some that are 'after'. They are currently differentiated by having different ->disks values as the only reshape current supported involves changing the number of disks. However we will soon support reshapes that do not change the number of disks (chunk parity or chunk size). So make the difference more explicit with a 'generation' number. Signed-off-by: NeilBrown --- Reading git-diff-tree failed