Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
user avatar
Keith Busch authored
If command prep fails, current handling will orphan subsequent requests
in the list. Consider a simple example:

  rqlist = [ 1 -> 2 ]

When prep for request '1' fails, it will be appended to the
'requeue_list', leaving request '2' disconnected from the original
rqlist and no longer tracked. Meanwhile, rqlist is still pointing to the
failed request '1' and will attempt to submit the unprepped command.

Fix this by updating the rqlist accordingly using the request list
helper functions.

Fixes: d62cbcf6

 ("nvme: add support for mq_ops->queue_rqs()")
Signed-off-by: default avatarKeith Busch <kbusch@kernel.org>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20220105170518.3181469-5-kbusch@kernel.org


Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
6bfec799
Forked from BeagleBoard.org / Linux
Source project has a limited visibility.
Name Last commit Last update