Searched hist:"88 e65389fce1f68ba6d13ae2fc0f8d7e5c338c52" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/scsi/ibmvscsi_tgt/ |
H A D | ibmvscsi_tgt.c | diff 88e65389fce1f68ba6d13ae2fc0f8d7e5c338c52 Mon Oct 02 19:59:38 CEST 2017 Bryant G. Ly <bgly@us.ibm.com> scsi: ibmvscsis: Fix write_pending failure path
For write_pending if the queue is down or client failed then return -EIO so that LIO can properly process the completed command. Prior we returned 0 since LIO could not handle it properly. Now with commit fa7e25cf13a6 ("target: Fix unknown fabric callback queue-full errors") that patch addresses LIO's ability to handle things right.
Signed-off-by: Bryant G. Ly <bgly@us.ibm.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|