commit | 5002dd18c5940ce63b917d84f2b852c3b96009bb | [log] [tgz] |
---|---|---|
author | Boaz Harrosh <bharrosh@panasas.com> | Mon Aug 02 20:06:46 2010 +0300 |
committer | Boaz Harrosh <bharrosh@panasas.com> | Wed Aug 04 13:17:58 2010 +0300 |
tree | dcba726c5e705c787c00f7fac67201a82e06191a | |
parent | 6e31609b1dcd595d7e4676ce62323532b29e8999 [diff] |
exofs: Fix groups code when num_devices is not divisible by group_width There is a bug when num_devices is not divisible by group_width * mirrors. We would not return to the proper device and offset when looping on to the next group. The fix makes code simpler actually. Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>