commit | 519d25679e8ae7433c758b9e74b19144f61b90f8 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Jun 16 21:36:44 2009 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jun 16 21:20:14 2009 -0700 |
tree | e458a5fbf4e37568133fd2488772e98c159fca2b | |
parent | 0dd5198672dd2bbeb933862e1fc82162e0b636be [diff] |
RxRPC: Don't attempt to reuse aborted connections Connections that have seen a connection-level abort should not be reused as the far end will just abort them again; instead a new connection should be made. Connection-level aborts occur due to such things as authentication failures. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>