git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4699419
)
md: raid0: chunk size check in raid0_run
author
raz ben yehuda
<raziebe@gmail.com>
Tue, 16 Jun 2009 07:00:57 +0000
(17:00 +1000)
committer
NeilBrown
<neilb@suse.de>
Tue, 16 Jun 2009 07:00:57 +0000
(17:00 +1000)
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>
No differences found