On 29/03/18 10:24 AM, James Smart wrote: > Signed-off-by: James SmartĀ <james.sm...@broadcom.com>
Thanks James. > As for "not used anywhere", be careful as the structure being prepped is > passed from the nvme-fc transport to an underlying lldd. So the > references would likely be in the lldd. Can you elaborate? The 'data_sg_cnt' member was in 'struct nvmet_fc_fcp_iod' which is declared in fc.c so it doesn't seem sane for lower driver to access it... In fact the next patch in the series removes it completely. Logan