]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] RPC: Ensure rpc calls respects the RPC_NOINTR flag
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 22 Jun 2005 17:16:28 +0000 (17:16 +0000)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 22 Jun 2005 20:07:30 +0000 (16:07 -0400)
commit14b218a8e4f110206c46e586a3da372f665631e7
tree4a021ff7df8e4e6e4abdb4961575226db7d5452f
parent455a396710b71a743b28da2ed2185e5a9b38e26f
[PATCH] RPC: Ensure rpc calls respects the RPC_NOINTR flag

 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>
net/sunrpc/clnt.c