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:
455a396
)
[PATCH] RPC: Ensure rpc calls respects the RPC_NOINTR flag
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 22 Jun 2005 17:16:28 +0000
(17:16 +0000)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 22 Jun 2005 20:07:30 +0000
(16:07 -0400)
For internal purposes, the rpc_clnt_sigmask() call is replaced by
a call to rpc_task_sigmask(), which ensures that the current task
sigmask respects both the client cl_intr flag and the per-task NOINTR flag.
Problem noted by Jiaying Zhang.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found