OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_18a-17-g18caf3b
Gerrit Code Review
gerrit@openafs.org
Thu, 8 Nov 2012 06:29:02 -0800 (PST)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit a0637889b615320b4d10ffdab1e575165a6859d2
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Fri Oct 26 12:21:41 2012 +0100
rx: Don't build a call to immediately abort it
If the server is over the busy threshold, then don't create a new
call structure just to be able to send an abort on that call. Instead,
use rx_SendRawAbort to send an abort packet on the appropriate channel.
Reviewed-on: http://gerrit.openafs.org/8296
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
(cherry picked from commit a0ae8f514519b73ba7f7653bb78b9fc5b6e228f8)
Change-Id: Id164497112a24b1ec303754b1324b0e76e3cb653
Reviewed-on: http://gerrit.openafs.org/8393
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/rx/rx.c | 66 ++++++++++++++++++++++++++++++----------------------------
1 files changed, 34 insertions(+), 32 deletions(-)
--
OpenAFS Master Repository