OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2833-gb440d8f
Gerrit Code Review
gerrit@openafs.org
Tue, 14 Aug 2012 06:22:52 -0700 (PDT)
The following commit has been merged in the master branch:
commit b440d8ffcbb0ac58ecaa34a9c60fe27a0fc91026
Author: Tom Keiser <tkeiser@sinenomine.net>
Date: Tue Apr 10 16:26:42 2012 -0400
libafs: use kthread_run when available
Use the kthread_run interface on linux to create kernel
threads. This interface allows all the cpus to schedule
afsd threads, instead of just inheriting the cpu affinity of
the main afsd thread.
Written by Tom Keiser.
Change-Id: I69eb852d168bd85e9aa7ec075013c0346207dbcf
Reviewed-on: http://gerrit.openafs.org/7915
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
acinclude.m4 | 4 ++++
src/afs/afs_call.c | 35 ++++++++++++++++++++++++-----------
2 files changed, 28 insertions(+), 11 deletions(-)
--
OpenAFS Master Repository