Re: [PATCH] iscsi_tcp: Evaluate socket state in data_ready()

2009-07-31 Thread Mike Christie
Hannes Reinecke wrote: 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

Re: [PATCH] iscsi_tcp: Evaluate socket state in data_ready()

2009-07-28 Thread Hannes Reinecke
Hi Mike, Mike Christie wrote: On 07/27/2009 06:22 AM, Hannes Reinecke wrote: The network core will call 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()

Re: [PATCH] iscsi_tcp: Evaluate socket state in data_ready()

2009-07-28 Thread Mike Christie
Hannes Reinecke wrote: 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

Re: [PATCH] iscsi_tcp: Evaluate socket state in data_ready()

2009-07-27 Thread Mike Christie
On 07/27/2009 06:22 AM, Hannes Reinecke wrote: The network core will call 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: