From: raz ben yehuda Date: Tue, 16 Jun 2009 07:00:57 +0000 (+1000) Subject: md: raid0: chunk size check in raid0_run X-Git-Tag: v2.6.31-rc1~143^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92e59b6ba21845fadd2cce725010a9351740b76e;p=pandora-kernel.git md: raid0: chunk size check in raid0_run have raid0 check chunk size in run method instead of in md. This is part of a series moving the checks from common code to the personalities where they belong. hardsect is short and chunksize is an int, so it is safe to use %. Signed-off-by: raziebe@gmail.com Signed-off-by: NeilBrown --- Reading git-diff-tree failed