block: discard granularity might not be power of 2
authorShaohua Li <shli@kernel.org>
Fri, 14 Dec 2012 03:15:36 +0000 (11:15 +0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 14 Dec 2012 19:46:04 +0000 (20:46 +0100)
commit8dd2cb7e880d2f77fba53b523c99133ad5054cfd
treeea51e89f8c8bf9ca8e888d68ecf6732a52e8e99d
parent75274551c81796b636c5acb0c2597dec7ec2e6c4
block: discard granularity might not be power of 2

In MD raid case, discard granularity might not be power of 2, for example, a
4-disk raid5 has 3*chunk_size discard granularity. Correct the calculation for
such cases.

Reported-by: Neil Brown <neilb@suse.de>
Signed-off-by: Shaohua Li <shli@fusionio.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-lib.c
block/blk-settings.c
include/linux/blkdev.h