]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
nvmet_fc: fix better length checking
authorJames Smart <jsmart2021@gmail.com>
Thu, 16 Nov 2017 01:00:21 +0000 (17:00 -0800)
committerJens Axboe <axboe@kernel.dk>
Thu, 16 Nov 2017 18:27:04 +0000 (11:27 -0700)
commitcce75291ffd82eb5bac56b051f46f89e8c0d2918
tree460b671eef197c1510f0b8c96923573e26a08651
parent34d9715ac1edd50285168dd8d80c972739a4f6a4
nvmet_fc: fix better length checking

Reorganize nvmet_fc_handle_fcp_rqst() so that the nvmet req.transfer_len
field is set after the call nvmet_req_init(). An update to nvmet now
has nvmet_req_init() clearing the field, thus the fc transport was losing
the value.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/target/fc.c