| commit | 6e3b96ed610e5a1838e62ddae9fa0c3463f235fa | [log] [tgz] |
|---|---|---|
| author | NeilBrown <neilb@suse.de> | Fri Apr 23 07:08:28 2010 +1000 |
| committer | NeilBrown <neilb@suse.de> | Fri Apr 23 07:08:28 2010 +1000 |
| tree | c0c3f0d3e5f16c04d417160e5bca1d4abf562651 | |
| parent | 35f2a591192d0a5d9f7fc696869c76f0b8e49c3d [diff] |
md/raid5: fix previous patch. Previous patch changes stripe and chunk_number to sector_t but mistakenly did not update all of the divisions to use sector_dev(). This patch changes all the those divisions (actually the '%' operator) to sector_div. Signed-off-by: NeilBrown <neilb@suse.de> Cc: stable@kernel.org Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>