> - if (tcp_close_state(sk,0))
> + if (tcp_close_state(sk,sk->state == TCP_CLOSE_WAIT))
I apologize, it will not break anyone, because it is noop.
Socket cannot go to FIN-WAIT-2 from CLOSE-WAIT in any case.
Alexey
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/