commit | 13f2682b7216ebebd72b3d5868fe7fccec91a92d | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Thu Jun 18 08:48:55 2009 +1000 |
committer | NeilBrown <neilb@suse.de> | Thu Jun 18 08:48:55 2009 +1000 |
tree | a5ba7509f0f6d61b2d7b478494a210794a8e55e3 | |
parent | 1b57f132231593923cb4ab99943ddd777e8745bc [diff] |
md: raid0/linear: ensure device sizes are rounded to chunk size. 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>