OSDN Git Service

dm raid: remove unnecessary discard limits for raid10
authorMike Snitzer <snitzer@redhat.com>
Thu, 24 Sep 2020 20:40:12 +0000 (16:40 -0400)
committerMike Snitzer <snitzer@redhat.com>
Tue, 29 Sep 2020 20:33:10 +0000 (16:33 -0400)
commitf0e90b6c663a7e3b4736cb318c6c7c589f152c28
treeda33a2e8e4e809faee9ab95293cd1611ba85b50c
parente0910c8e4f87bb9f767e61a778b0d9271c4dc512
dm raid: remove unnecessary discard limits for raid10

Commit bcc90d280465e ("md/raid10: improve raid10 discard request")
removes raid10's inability to properly handle large discards.  So
eliminate associated constraint from dm-raid's raid10 support.

Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-raid.c