nvme: move command clear into the various setup helpers
authorJens Axboe <axboe@kernel.dk>
Mon, 18 Oct 2021 12:45:06 +0000 (06:45 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 19 Oct 2021 18:40:51 +0000 (12:40 -0600)
commit9c3d29296fe4c297447d2055e7a9535c981a8370
tree025c1b3d839589d2a52b1bac30a24f890d33db40
parent86d46fdaa12ae5befc16b8d73fc85a3ca0399ea6
nvme: move command clear into the various setup helpers

We don't have to worry about doing extra memsets by moving it outside
the protection of RQF_DONTPREP, as nvme doesn't do partial completions.

This is in preparation for making the read/write fast path not do a full
memset of the command.

Reviewed-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/core.c
drivers/nvme/host/zns.c