Re: [PATCH 9/9] libceph: socket can close in any connection state

2012-12-14 Thread Sage Weil
Reviewed-by: Sage Weil s...@inktank.com On Thu, 13 Dec 2012, Alex Elder wrote: A connection's socket can close for any reason, independent of the state of the connection (and without irrespective of the connection mutex). As a result, the connectino can be in pretty much any state at the

[PATCH 9/9] libceph: socket can close in any connection state

2012-12-13 Thread Alex Elder
A connection's socket can close for any reason, independent of the state of the connection (and without irrespective of the connection mutex). As a result, the connectino can be in pretty much any state at the time its socket is closed. Handle those other cases at the top of con_work(). Pull