Re: [PATCH 5/9] qla2xxx: Move Command residual check from qla2xxx to tcm_qla2xxx

2016-12-18 Thread Christoph Hellwig
NAK again, duplicating a field in a common structure in a driver-specific one is an absolute anti-pattern. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htm

[PATCH 5/9] qla2xxx: Move Command residual check from qla2xxx to tcm_qla2xxx

2016-12-18 Thread Himanshu Madhani
From: Quinn Tran Signed-off-by: Quinn Tran Signed-off-by: Himanshu Madhani --- drivers/scsi/qla2xxx/qla_target.c | 8 drivers/scsi/qla2xxx/qla_target.h | 1 + drivers/scsi/qla2xxx/tcm_qla2xxx.c | 14 ++ 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/dr