commit | 62451a2b2e7ea17c4a547ada6a5deebf8787a27a | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Oct 29 14:34:11 2021 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Dec 16 10:54:35 2021 -0700 |
tree | cd1778bf96ab27561b538f06ef0b5a81cb7f6b92 | |
parent | 3233b94cf842984ea7e208d5be1ad2f2af02d495 [diff] |
nvme: separate command prep and issue Add a nvme_prep_rq() helper to setup a command, and nvme_queue_rq() is adapted to use this helper. Reviewed-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>