OSDN Git Service

nvmet: use unlikely for req status check
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Mon, 19 Nov 2018 21:35:30 +0000 (13:35 -0800)
committerJens Axboe <axboe@kernel.dk>
Sat, 8 Dec 2018 05:26:58 +0000 (22:26 -0700)
commitcb019da3dabf60d792f76a913540815f06abb1d7
tree2af71cc0ebc72240ab30466e3437a0ba18b582d1
parentad1f824948e4ed886529219cf7cd717d078c630d
nvmet: use unlikely for req status check

This patch adds unlikely in the nvmet request completion path for the
status check in the low level function __nvmet_req_complete.
This is helpful in the scenario where host and target connection is
working smoothly.

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/target/core.c