From: Trond Myklebust Date: Wed, 22 Jun 2005 17:16:28 +0000 (+0000) Subject: [PATCH] RPC: Ensure rpc calls respects the RPC_NOINTR flag X-Git-Tag: v2.6.13-rc1~68^2~537^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14b218a8e4f110206c46e586a3da372f665631e7;p=pandora-kernel.git [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 --- Reading git-diff-tree failed