commit | 7a36604668b9b1f84126ef0342144ba5b07e518f | [log] [tgz] |
---|---|---|
author | Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> | Sun Feb 28 18:06:06 2021 -0800 |
committer | Christoph Hellwig <hch@lst.de> | Fri Apr 02 18:48:26 2021 +0200 |
tree | c4d73d3d94b8cf9c909f53bf8222c6a569692d81 | |
parent | 44ef5611c2a56538c60211672f73e4ff7df913c7 [diff] |
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>