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:
a6305dd
)
NFS: Ensure that the WRITE and COMMIT RPC calls are always uninterruptible
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 9 Apr 2010 23:54:50 +0000
(19:54 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 9 Apr 2010 23:54:50 +0000
(19:54 -0400)
We always want to ensure that WRITE and COMMIT completes, whether or not
the user presses ^C. Do this by making the call asynchronous, and allowing
the user to do an interruptible wait for rpc_task completion.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found