OpenAFS Master Repository branch, openafs-stable-1_4_12_1, updated. openafs-stable-1_4_14-15-g5f19e2c
Gerrit Code Review
gerrit@openafs.org
Mon, 2 May 2011 19:09:17 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_4_12_1 branch:
commit 5f19e2ce4f7495d79e896b32db27edaf48869cbe
Author: Andrew Deason <adeason@sinenomine.net>
Date: Mon May 2 17:23:23 2011 -0500
SOLARIS: Perform daemon syscalls as kernel threads
Add AFS_SUN5_ENV to the list of platforms where AFS_DAEMONOP_ENV is
defined. Implement the necessary functionality so we spawn kernel
threads when a daemon syscall is called. Remove the rxk_Listener
wrapper, since it will be called in a separate thread via the
afs_DaemonOp interface.
Reviewed-on: http://gerrit.openafs.org/4189
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit e261238470ed28ee7c1068d914de171b34033e09)
Change-Id: Ic6e116673caf8cfaf5c894a5ab9d9383bdaa3b0f
Reviewed-on: http://gerrit.openafs.org/4610
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_call.c | 111 ++++++++++++++++++++++++++++++++++++++++++++++++++-
src/rx/rx_kcommon.c | 26 +-----------
2 files changed, 112 insertions(+), 25 deletions(-)
--
OpenAFS Master Repository