Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dm raid: fix discard limits for raid1 and raid10
Block core warned that discard_granularity was 0 for dm-raid with personality of raid1. Reason is that raid_io_hints() was incorrectly special-casing raid1 rather than raid0. But since commit 29efc39 ("md/md0: optimize raid0 discard handling") even raid0 properly handles large discards. Fix raid_io_hints() by removing discard limits settings for raid1. Also, fix limits for raid10 by properly stacking underlying limits as done in blk_stack_limits(). Depends-on: 29efc39 ("md/md0: optimize raid0 discard handling") Fixes: 61697a6 ("dm: eliminate 'split_discard_bios' flag from DM target interface") Cc: [email protected] Reported-by: Zdenek Kabelac <[email protected]> Reported-by: Mikulas Patocka <[email protected]> Signed-off-by: Mike Snitzer <[email protected]>
- Loading branch information