On Mon, Oct 18, 2021 at 06:53:02AM -0600, Jens Axboe wrote: > commit fb4e29f648e320c94f210c54692c754ad69fb6f6 > Author: Jens Axboe <axboe@xxxxxxxxx> > Date: Mon Oct 18 06:45:06 2021 -0600 > > 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. > > Signed-off-by: Jens Axboe <axboe@xxxxxxxxx> Looks good. Reviewed-by: Keith Busch <kbusch@xxxxxxxxxx>