OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_19-55-g7e05c83
Gerrit Code Review
gerrit@openafs.org
Wed, 5 Dec 2012 16:17:40 -0800 (PST)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 49a17f9e49de0743a96f0349f8637f283de54bd1
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Sat Nov 24 19:47:01 2012 -0500
rx: RX_INVALID_OPERATION abort unknown service only
Patchset 1fbe83f9aacfc36a9c426ba1fd18ad7c72869dc1 introduced the
sending of RX_INVALID_OPERATION aborts for connection attempts
requesting a service not offered by the rx peer. By sending aborts
for all failures of rxi_FindConnection() the set of incoming packets
that are responded to is broader than simply those with non-matching
serviceIds. This patchset restricts the transmission of
RX_INVALID_OPERATION aborts only to the explicit case in which
rxi_FindConnection() attempted to find a service and either failed
to find a match or couldn't apply the requested security class/level
to that service.
Reviewed-on: http://gerrit.openafs.org/8512
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
(cherry picked from commit 81212b18b3411b538c4a1bb94732948902005beb)
Change-Id: I5177b5fe770c405122b02069156b65d039e50ffb
Reviewed-on: http://gerrit.openafs.org/8610
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/rx/rx.c | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository