From: Hannes Reinecke Date: Thu, 20 Aug 2009 20:10:57 +0000 (-0500) Subject: [SCSI] iscsi_tcp: Evaluate socket state in data_ready() X-Git-Tag: v2.6.32-rc1~689^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=523eeac6703a995d58918aaf321f128f75c13108;p=pandora-kernel.git [SCSI] iscsi_tcp: Evaluate socket state in data_ready() The network core will call the state_change() callback prior to the data_ready() callback, which might cause us to lose a connection state change. So we have to evaluate the socket state at the end of the data_ready() callback, too. Signed-off-by: Hannes Reinecke Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed