• raz ben yehuda's avatar
    md: raid0: chunk size check in raid0_run · 92e59b6b
    raz ben yehuda authored
    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: default avatarNeilBrown <neilb@suse.de>
    92e59b6b
raid0.c 13.5 KB