OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_23-54-g4eb413f
Gerrit Code Review
gerrit@openafs.org
Sat, 4 May 2013 09:25:01 -0700 (PDT)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 4eb413ff09e244a701a4cece02567651a8b3335c
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Fri May 3 11:23:31 2013 -0400
Windows: Introduce CM_CONN_FLAG_NEW
The new CM_CONN_FLAG_NEW flag is set on the cm_conn object whenever
a new rx_connection has been created. The flag is cleared in cm_Analyze
if the call succeeded or if the error is one that is generated as a
result of communicating with the peer. If no communication with the
peer has taken place the connection is considered "new".
For errors that would result in forcing a new connection, check whether
the existing connection is already "new". This avoids an extra
RX_CALL_DEAD timeout period in the case where a "new" connection was
already in use.
Reviewed-on: http://gerrit.openafs.org/9847
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
(cherry picked from commit 0e2d4c0fcb45389d20dad93ae29b1c84364b59bf)
Change-Id: Ie6f13291442fa2e15613ce09b5da27f247c225f6
Reviewed-on: http://gerrit.openafs.org/9849
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsd/cm_conn.c | 44 +++++++++++++++++++++++++++++++++++++++++---
src/WINNT/afsd/cm_conn.h | 3 ++-
2 files changed, 43 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository