OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2752-gead743d
Gerrit Code Review
gerrit@openafs.org
Mon, 23 Jul 2012 07:12:05 -0700 (PDT)
The following commit has been merged in the master branch:
commit ead743db5d57afa175f5dc0828b76881bcbcbf54
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Wed Sep 7 18:31:32 2011 +0100
afsd: Tidy up system calls
Tidy up the way that we do system calls from afsd, by making
afsd_syscall a va_arg function, using a structure to pass system call
information around, and simplifying the #ifdef ladder that converts our
platform independent system calls into something platform specific.
This fixes all of the warnings in afsd which required the -Wno-error
option, the only warnings remaining are related to daemon being
deprecated on Darwin.
Change-Id: I357c7d175b5327007d50d213c6181881c842050e
Reviewed-on: http://gerrit.openafs.org/7188
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Tested-by: Derrick Brashear <shadow@dementix.org>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
README.WARNINGS | 2 -
src/afs/UKERNEL/afsd_uafs.c | 6 +-
src/afsd/Makefile.in | 2 -
src/afsd/afsd.c | 247 ++++++++++++++++++++++++++++---------------
src/afsd/afsd.h | 23 ++++-
src/afsd/afsd_kernel.c | 238 +++++++++++++++++++++++-------------------
6 files changed, 317 insertions(+), 201 deletions(-)
--
OpenAFS Master Repository