commit | 523eeac6703a995d58918aaf321f128f75c13108 | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Thu Aug 20 15:10:57 2009 -0500 |
committer | James Bottomley <James.Bottomley@suse.de> | Sat Sep 05 09:42:39 2009 -0500 |
tree | b9d0ffa377b5d41144961709d94b10415f610e19 | |
parent | ac280b670e6d6666667aba02324e2fc50bd96ae7 [diff] |
[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 <hare@suse.de> Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <James.Bottomley@suse.de>