]> git.baikalelectronics.ru Git - kernel.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)
commite34ee8da54067bbdf4ed48f9389be7679e83d887
tree4a021ff7df8e4e6e4abdb4961575226db7d5452f
parent7aa1c420209d1795688febc50614389e495ae555
[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