git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fdcf13
)
SUNRPC: Ensure we always bump the backlog queue in xprt_free_slot
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Thu, 1 Dec 2011 19:16:17 +0000
(14:16 -0500)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Thu, 1 Dec 2011 19:16:17 +0000
(14:16 -0500)
Whenever we free a slot, we know that the resulting xprt->num_reqs will
be less than xprt->max_reqs, so we know that we can release at least one
backlogged rpc_task.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: stable@vger.kernel.org [>=3.1]
No differences found