commit | 359c48c04af25397ecefec1ccf200ddd199617ce | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Aug 29 09:22:28 2018 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Sun Sep 30 15:35:14 2018 -0400 |
tree | 4715c9cde6b8a7e88fb61fc6382d551e4e4e31ba | |
parent | cf9946cd6144410ced00d52586ff5a2cb4868fc5 [diff] |
SUNRPC: Add a helper to wake up a sleeping rpc_task and set its status Add a helper that will wake up a task that is sleeping on a specific queue, and will set the value of task->tk_status. This is mainly intended for use by the transport layer to notify the task of an error condition. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>