nvmet_fc: fix better length checking
authorJames Smart <[email protected]>
Thu, 16 Nov 2017 01:00:21 +0000 (17:00 -0800)
committerJens Axboe <[email protected]>
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 <[email protected]>
Signed-off-by: James Smart <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
drivers/nvme/target/fc.c