OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-devel-1_5_77-119-gebe41ce
Gerrit Code Review
gerrit@openafs.org
Mon, 25 Oct 2010 20:02:11 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit ebe41ce107fe5b8ad185d247a2632384071d34ec
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sat Oct 23 15:07:42 2010 +0100
rx: Tidy up variables in RTT calc
We used to do rttp = &thisRtt, and then use rttp and thisRtt to
interchangably refer to the same data. This is just confusing, and
unnecessary. Replace all of the occurences of rttp with &thisRtt.
Take the opportunity to use the Clock_IsZero macro rather than doing
an explicit zero clock check.
Reviewed-on: http://gerrit.openafs.org/3031
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
(cherry picked from commit 58e7b85ab7c3c839c5dd126bd1c254f68a16b73a)
Change-Id: If2ad45645bc27af3a8ecd97f047b5558c73b173d
Reviewed-on: http://gerrit.openafs.org/3144
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/rx/rx.c | 37 ++++++++++++++++++-------------------
1 files changed, 18 insertions(+), 19 deletions(-)
--
OpenAFS Master Repository