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:
f722406
)
SUNRPC: Fix a bug in gss_create_upcall
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 15 May 2013 17:46:33 +0000
(10:46 -0700)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 15 May 2013 17:49:58 +0000
(10:49 -0700)
If wait_event_interruptible_timeout() is successful, it returns
the number of seconds remaining until the timeout. In that
case, we should be retrying the upcall.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found