OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3065-ga0ae8f5
Gerrit Code Review
gerrit@openafs.org
Mon, 29 Oct 2012 13:35:00 -0700 (PDT)
The following commit has been merged in the master branch:
commit a0ae8f514519b73ba7f7653bb78b9fc5b6e228f8
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.
Change-Id: I02782fc25fe8ed7608b39e3f8355e2793f7526e3
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>
src/rx/rx.c | 66 ++++++++++++++++++++++++++++++----------------------------
1 files changed, 34 insertions(+), 32 deletions(-)
--
OpenAFS Master Repository