Home
last modified time | relevance | path

Searched hist:f3dce2ad (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/nvme/target/
H A Dio-cmd-file.cf3dce2ad Sun Jun 13 20:58:47 CDT 2021 Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> nvmet: use req->cmd directly in file-ns fast path

The function nvmet_file_parse_io_cmd() is called from the fast path. The
local variable to that function cmd is only used once.

Remove the local variable and use req->cmd directly.

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>