]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
dm rq: make dm-sq requeuing behavior consistent with dm-mq behavior
authorBart Van Assche <bart.vanassche@wdc.com>
Wed, 9 Aug 2017 18:32:16 +0000 (11:32 -0700)
committerMike Snitzer <snitzer@redhat.com>
Mon, 28 Aug 2017 14:01:33 +0000 (10:01 -0400)
commitd5c27f3ffbc2ee2d2f74ebfa1b2d789f67e9b3f1
treeb86e98206172cb0b2b30bb13704248b6bbf990d6
parent9157c8d3e2d318581ecc8bdf34367d57f19c5380
dm rq: make dm-sq requeuing behavior consistent with dm-mq behavior

DM_MAPIO_DELAY_REQUEUE causes dm-mq to requeue after a delay but
causes dm-sq to requeue immediately.  Make the behavior of dm-sq
consistent with that of dm-mq.

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-rq.c