OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-124-ge57c3b7
Gerrit Code Review
gerrit@openafs.org
Wed, 19 May 2010 05:08:54 -0700 (PDT)
The following commit has been merged in the master branch:
commit e57c3b7bf6723016308497bd9377eb2de9ab6c14
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Thu Apr 29 19:06:37 2010 +0100
Unix CM: Use macros for process name and id access
This patch uses the new osi_procname() macro to obtain the process
name for setpag() warnings on BSD and Darwin, and osi_curproc() to
obtain the process identity, simplifying the code.
Change-Id: I1f8a4d4bbcdb09eaeea3712b1fffd1aaa3cd2fa7
Reviewed-on: http://gerrit.openafs.org/1878
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Matt Benjamin <matt@linuxbox.com>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/FBSD/osi_machdep.h | 1 +
src/afs/afs_pag_cred.c | 14 +++-----------
src/afs/afs_pioctl.c | 16 ++--------------
3 files changed, 6 insertions(+), 25 deletions(-)
--
OpenAFS Master Repository