NeilBrown 47d68979cc md/raid0: fix bug with chunksize not a power of 2.
Since commit 20d0189b1012a37d2533a87fb451f7852f2418d1
in v3.14-rc1 RAID0 has performed incorrect calculations
when the chunksize is not a power of 2.

This happens because "sector_div()" modifies its first argument, but
this wasn't taken into account in the patch.

So restore that first arg before re-using the variable.

Reported-by: Joe Landman <joe.landman@gmail.com>
Reported-by: Dave Chinner <david@fromorbit.com>
Fixes: 20d0189b1012a37d2533a87fb451f7852f2418d1
Cc: stable@vger.kernel.org (3.14 and later).
Signed-off-by: NeilBrown <neilb@suse.de>
2015-04-10 15:36:31 +10:00
..
2014-01-14 23:23:03 -05:00
2015-02-16 11:11:15 -05:00
2013-11-23 22:33:47 -08:00
2013-08-23 09:02:13 -04:00
2013-11-23 22:33:47 -08:00
2013-09-05 20:46:06 -04:00
2014-01-14 23:23:04 -05:00
2015-02-04 08:35:52 +11:00
2015-02-04 08:35:52 +11:00
2014-03-27 16:56:23 -04:00
2015-04-08 12:53:00 +10:00
2015-02-06 09:32:57 +11:00
2015-02-04 08:35:52 +11:00