OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1308-g280c801
Gerrit Code Review
gerrit@openafs.org
Tue, 21 Jun 2011 18:55:20 -0700 (PDT)
The following commit has been merged in the master branch:
commit 280c80152522f32cf34deae96696b1db8aaaa9bb
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sat Jun 18 11:35:30 2011 +0100
rx: Remove resending logic into its own function
Create a new function, rxi_Resend, which is the entry point to running
the transmit queue as a result of a resend event. This concentrates all
of the resend logic into one place, removes the need for
rxi_StartUnlocked, and means that rxi_Start's arguments don't need to
match those of an event handler.
Change-Id: I550ebbbae63b7d659bb980eea709a14882038914
Reviewed-on: http://gerrit.openafs.org/4863
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/rx/rx.c | 84 +++++++++++++++++++++---------------------------
src/rx/rx_prototypes.h | 4 +--
src/rx/rx_rdwr.c | 6 ++--
3 files changed, 41 insertions(+), 53 deletions(-)
--
OpenAFS Master Repository