commit | 664e7c413f1e90eceb0b2596dd73a0832faec058 | [log] [tgz] |
---|---|---|
author | Andre Noll <maan@systemlinux.org> | Thu Jun 18 08:45:27 2009 +1000 |
committer | NeilBrown <neilb@suse.de> | Thu Jun 18 08:45:27 2009 +1000 |
tree | 72ea827a0f2a493766d3ea1fd14909c756aa4496 | |
parent | 9d8f0363623b3da12c43007cf77f5e1a4e8a5964 [diff] |
md: Convert mddev->new_chunk to sectors. A straight-forward conversion which gets rid of some multiplications/divisions/shifts. The patch also introduces a couple of new ones, most of which are due to conf->chunk_size still being represented in bytes. This will be cleaned up in subsequent patches. Signed-off-by: Andre Noll <maan@systemlinux.org> Signed-off-by: NeilBrown <neilb@suse.de>