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:
1b57f13
)
md: raid0/linear: ensure device sizes are rounded to chunk size.
author
NeilBrown
<neilb@suse.de>
Wed, 17 Jun 2009 22:48:55 +0000
(08:48 +1000)
committer
NeilBrown
<neilb@suse.de>
Wed, 17 Jun 2009 22:48:55 +0000
(08:48 +1000)
This is currently ensured by common code, but it is more reliable to
ensure it where it is needed in personality code.
All the other personalities that care already round the size to
the chunk_size. raid0 and linear are the only hold-outs.
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found