]> git.michaelhowe.org Git - packages/o/openafs.git/commit
libafs: use kthread_run when available
authorTom Keiser <tkeiser@sinenomine.net>
Tue, 10 Apr 2012 20:26:42 +0000 (16:26 -0400)
committerStephan Wiesand <stephan.wiesand@desy.de>
Thu, 6 Dec 2012 17:17:32 +0000 (09:17 -0800)
commitcd91bbac7647f768107a2e5c9524d7df23f9cddc
treec421b9e37c533fbcb9237c167715d6116dd68554
parent7a6bc371f1c91d89e33cfee9143f5a5a600458dd
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.

Reviewed-on: http://gerrit.openafs.org/7915
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit b440d8ffcbb0ac58ecaa34a9c60fe27a0fc91026)

Change-Id: Id05360309db01ac13b8d887b1ef19596ed86b63a
Reviewed-on: http://gerrit.openafs.org/8604
Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Paul Smeddle <paul.smeddle@gmail.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
acinclude.m4
src/afs/afs_call.c