commit | 983c684466e02b21f83c025ea539deee6c0aeac0 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Sun Aug 03 13:03:10 2014 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Sun Aug 17 12:00:11 2014 -0400 |
tree | f55a16f3510ba10a78cd8cb757553ced2a38a639 | |
parent | 106f359cf4d613ebf54cb9f29721bb956fc3460e [diff] |
SUNRPC: get rid of the request wait queue We're always _only_ waking up tasks from within the sp_threads list, so we know that they are enqueued and alive. The rq_wait waitqueue is just a distraction with extra atomic semantics. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>