[SCSI] iscsi_tcp: hold lock during data rsp processing
authorMike Christie <michaelc@cs.wisc.edu>
Thu, 13 Dec 2007 18:43:40 +0000 (12:43 -0600)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sat, 12 Jan 2008 00:28:50 +0000 (18:28 -0600)
commit4545a88fc1ae2c0cd1da6e35f3adcbc56ff27b07
treec5c01dcb6c1a82b314b6cba8f04802e9638a5b9b
parent66bbe0ce11c7ebe20cd1d4b5d271b2e124e223c5
[SCSI] iscsi_tcp: hold lock during data rsp processing

iscsi_data_rsp needs to hold the sesison lock when it calls
iscsi_update_cmdsn.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/iscsi_tcp.c