md/raid5: fix previous patch.
authorNeilBrown <neilb@suse.de>
Thu, 22 Apr 2010 21:08:28 +0000 (07:08 +1000)
committerNeilBrown <neilb@suse.de>
Thu, 22 Apr 2010 21:08:28 +0000 (07:08 +1000)
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>

No differences found