OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-183-gff89a32
Gerrit Code Review
gerrit@openafs.org
Thu, 30 Sep 2010 06:10:36 -0700 (PDT)
The following commit has been merged in the master branch:
commit ff89a321108e1a0c08323547de706f953aef0430
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Wed Sep 29 00:21:43 2010 +0100
rx: Don't have different args for rxi_FreeCall
rxi_FreeCall changes its number of arguments depending on whether
locks are enabled or not. That's a little bit nasty to read, so just
change it so that it always takes two arguments, and ignores the
second when it doesn't need it.
Change-Id: I5f869bea9bcf01bac16d8c5eec93373788d17978
Reviewed-on: http://gerrit.openafs.org/2863
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/rx/rx.c | 7 +------
src/rx/rx_prototypes.h | 11 ++---------
2 files changed, 3 insertions(+), 15 deletions(-)
--
OpenAFS Master Repository