OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_71-56-g9294691
Gerrit Code Review
gerrit@openafs.org
Tue, 9 Feb 2010 09:07:56 -0800 (PST)
The following commit has been merged in the master branch:
commit 92946910e205252c23e435ff8fef2a3f29ea9592
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Thu Feb 4 16:08:26 2010 +0000
UKERNEL: End the #define u insanity
UKERNEL redefines the character 'u' to do a function call. This
hurts other kernel developers in all sorts of interesting ways. Remove
the definition, and instead explicitly reference the get_user_struct()
function in those places that we need to.
Change-Id: I64be2eb527c779df0a3d4508444ed68f3634667d
Reviewed-on: http://gerrit.openafs.org/1243
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/UKERNEL/afs_usrops.c | 106 ++++++++++++++++++------------------
src/afs/UKERNEL/osi_machdep.h | 4 ++
src/afs/UKERNEL/osi_vfsops.c | 2 +-
src/afs/UKERNEL/sysincludes.h | 3 +-
src/afs/VNOPS/afs_vnop_flock.c | 14 +++++-
src/afs/VNOPS/afs_vnop_strategy.c | 2 +
src/afs/afs_osi.h | 2 +
src/afs/afs_osi_pag.c | 8 +++
src/afs/afs_pioctl.c | 12 ++++
src/afs/afs_syscall.c | 4 +-
src/afs/lock.h | 6 ++-
src/auth/ktc.c | 4 +-
12 files changed, 106 insertions(+), 61 deletions(-)
--
OpenAFS Master Repository