summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/sched.h
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@primarydata.com>2017-08-18 14:51:10 -0400
committerTrond Myklebust <trond.myklebust@primarydata.com>2017-08-18 14:51:10 -0400
commitb7561e51868c929c40b26e45e8e63a6aa5aa211f (patch)
tree20eeb5b7f61b69eee377276e1838071354f79e08 /include/linux/sunrpc/sched.h
parent55cfcd12115419810972f62741df19ca98c575a3 (diff)
parentce7c252a8c741aba7c38f817b86e34361f561e42 (diff)
Merge branch 'writeback'
Diffstat (limited to 'include/linux/sunrpc/sched.h')
-rw-r--r--include/linux/sunrpc/sched.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sunrpc/sched.h b/include/linux/sunrpc/sched.h
index 50a99a117da7..c1768f9d993b 100644
--- a/include/linux/sunrpc/sched.h
+++ b/include/linux/sunrpc/sched.h
@@ -139,6 +139,8 @@ struct rpc_task_setup {
#define RPC_TASK_RUNNING 0
#define RPC_TASK_QUEUED 1
#define RPC_TASK_ACTIVE 2
+#define RPC_TASK_MSG_RECV 3
+#define RPC_TASK_MSG_RECV_WAIT 4
#define RPC_IS_RUNNING(t) test_bit(RPC_TASK_RUNNING, &(t)->tk_runstate)
#define rpc_set_running(t) set_bit(RPC_TASK_RUNNING, &(t)->tk_runstate)