commit | 92e59b6ba21845fadd2cce725010a9351740b76e | [log] [tgz] |
---|---|---|
author | raz ben yehuda <raziebe@gmail.com> | Tue Jun 16 17:00:57 2009 +1000 |
committer | NeilBrown <neilb@suse.de> | Tue Jun 16 17:00:57 2009 +1000 |
tree | 01ae5dcf151a8e9e3f578acfac976f59638474ee | |
parent | 46994191ae8fdf1cbcc1f29282576b269a638c69 [diff] |
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 <neilb@suse.de>