OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_73_1-2-g0b475c0
Gerrit Code Review
gerrit@openafs.org
Wed, 31 Mar 2010 03:40:11 -0700 (PDT)
The following commit has been merged in the master branch:
commit 0b475c0c5f784c296ee7acba622353653d2b4504
Author: Ben Kaduk <kaduk@mit.edu>
Date: Wed Mar 31 00:49:02 2010 -0400
Update to the new thread world order for FBSD
Since FreeBSD 5.0, system calls have taken a thread argument instead
of a proc argument. Finish catching up.
Also remove the retval argument, which is not in the system sysent
definition, and is unused.
Since we took our sweet time getting around to it, we can also
remove large swaths of FreeBSD 4.X-only code from the area.
Fix the vop_*_args struct definition comments that had changes in
addition to proc-->thread while we're here.
Change-Id: Ib469e77655a6c04bfbfe1e5fab54f6f3a6119a85
Reviewed-on: http://gerrit.openafs.org/1675
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/FBSD/osi_file.c | 21 ++-------
src/afs/FBSD/osi_groups.c | 89 ++--------------------------------------
src/afs/FBSD/osi_machdep.h | 33 +---------------
src/afs/FBSD/osi_misc.c | 12 +-----
src/afs/FBSD/osi_prototypes.h | 4 +-
src/afs/FBSD/osi_vfsops.c | 23 +++--------
src/afs/FBSD/osi_vm.c | 12 +-----
src/afs/FBSD/osi_vnodeops.c | 58 ++++++---------------------
src/afs/afs_osi_pag.c | 13 +++++-
src/afs/afs_pag_cred.c | 3 +
src/afs/afs_pioctl.c | 11 +++++
src/afs/afs_prototypes.h | 21 +++++++---
src/afs/afs_syscall.c | 27 ++++++++----
13 files changed, 91 insertions(+), 236 deletions(-)
--
OpenAFS Master Repository