diff options
author | Andy Adamson <andros@netapp.com> | 2009-04-01 09:22:40 -0400 |
---|---|---|
committer | Benny Halevy <bhalevy@panasas.com> | 2009-06-17 15:25:07 -0400 |
commit | aae2006e9b0c294114915c13022fa348e1a88023 (patch) | |
tree | 2643d2ed1b2d44c5e5d7577e1ae0516eae95f977 /include/linux/sunrpc/sched.h | |
parent | c3fad1b1aaf850bf692642642ace7cd0d64af0a3 (diff) |
nfs41: sunrpc: Export the call prepare state for session reset
Signed-off-by: Andy Adamson<andros@netapp.com>
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
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 64981a2f1cae..177376880fab 100644 --- a/include/linux/sunrpc/sched.h +++ b/include/linux/sunrpc/sched.h | |||
@@ -237,6 +237,7 @@ void rpc_show_tasks(void); | |||
237 | int rpc_init_mempool(void); | 237 | int rpc_init_mempool(void); |
238 | void rpc_destroy_mempool(void); | 238 | void rpc_destroy_mempool(void); |
239 | extern struct workqueue_struct *rpciod_workqueue; | 239 | extern struct workqueue_struct *rpciod_workqueue; |
240 | void rpc_prepare_task(struct rpc_task *task); | ||
240 | 241 | ||
241 | static inline void rpc_exit(struct rpc_task *task, int status) | 242 | static inline void rpc_exit(struct rpc_task *task, int status) |
242 | { | 243 | { |