commit | 506026c3ec270e18402f0c9d33fee37482c23861 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Mon Jul 23 15:51:55 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Jul 30 18:55:08 2012 -0400 |
tree | cdfab41737e1493ec17ac433cfefde13618d177e | |
parent | 159e0561e322dd8008fff59e36efff8d2bdd0b0e [diff] |
sunrpc: clarify comments on rpc_make_runnable rpc_make_runnable is not generally called with the queue lock held, unless it's waking up a task that has been sitting on a waitqueue. This is safe when the task has not entered the FSM yet, but the comments don't really spell this out. Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>