OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-12-gf97262c
Gerrit Code Review
gerrit@openafs.org
Mon, 26 Oct 2009 15:04:19 -0700 (PDT)
The following commit has been merged in the master branch:
commit f97262c1d422e0a32289c75665d051914c8d69ad
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Mon Oct 26 19:36:53 2009 +0000
Fix dynamic vcache / rxmaxmtu cmd id collision
Both dynamic vcaches and rxmaxmtu had been committed as using the
35th command entry. Fix this according to the order they are in
the command list (35 and 36, respectively). Tidy up the command list
so it's easier to read, and remove the #ifdef notdef entry from it,
as adding it back in would just cause chaos.
Change-Id: I3fce403aa0ab01c42f0e1a48ae401503b0e21c24
Reviewed-on: http://gerrit.openafs.org/740
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afsd/afsd.c | 21 +++++++++++++--------
1 files changed, 13 insertions(+), 8 deletions(-)
--
OpenAFS Master Repository