NFS: Convert instances of kernel_thread() to kthread()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 3 Jan 2006 08:55:23 +0000 (09:55 +0100)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 6 Jan 2006 19:58:46 +0000 (14:58 -0500)
commit5043e900f5404c01864fbeb5826aa7de3981bbc1
treeeaefbbcfd6afb79cc1ad8c9beed49cc56d9ecd53
parent433fbe4c8837e3cc2ba6a6374edf28737d01a2e9
NFS: Convert instances of kernel_thread() to kthread()

 Convert private implementations in NFSv4 state recovery and delegation
 code to use kthreads.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4state.c