]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: mark nvme_setup_passsthru() inline
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Mon, 1 Mar 2021 02:06:06 +0000 (18:06 -0800)
committerChristoph Hellwig <hch@lst.de>
Fri, 2 Apr 2021 16:48:26 +0000 (18:48 +0200)
commit8c087f028bad9258331e733e0d7dff400699f06c
treec4d73d3d94b8cf9c909f53bf8222c6a569692d81
parent1d02d5015128288593efe52d495eddd78a63c84c
nvme: mark nvme_setup_passsthru() inline

Since nvmet_setup_passthru() function falls in fast path when called
from the NVMeOF passthru backend, make it inline.

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/core.c