diff options
author | 2006-03-20 13:44:08 -0500 | |
---|---|---|
committer | 2006-03-20 13:44:08 -0500 | |
commit | 24c5d9d7ea5a64fb5f157d17aa2c67a3300f8a08 (patch) | |
tree | 8bb08d685a2f4a64a235561498f9113182b411dc /include/linux/sunrpc/sched.h | |
parent | SUNRPC: Auto-load RPC authentication kernel modules (diff) | |
download | wireguard-linux-24c5d9d7ea5a64fb5f157d17aa2c67a3300f8a08.tar.xz wireguard-linux-24c5d9d7ea5a64fb5f157d17aa2c67a3300f8a08.zip |
SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of generic
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc/sched.h')
-rw-r--r-- | include/linux/sunrpc/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/sched.h b/include/linux/sunrpc/sched.h index 8b25629accd8..a390c9b8a01e 100644 --- a/include/linux/sunrpc/sched.h +++ b/include/linux/sunrpc/sched.h @@ -276,6 +276,7 @@ void rpc_show_tasks(void); #endif int rpc_init_mempool(void); void rpc_destroy_mempool(void); +extern struct workqueue_struct *rpciod_workqueue; static inline void rpc_exit(struct rpc_task *task, int status) { |