From: Trond Myklebust Date: Tue, 8 Jan 2013 14:10:21 +0000 (-0500) Subject: SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference() X-Git-Tag: v3.9-rc1~132^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4f0835c604f80f945ab3e72ffd00547145c4b2b;p=pandora-kernel.git SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference() tk_xprt is just a shortcut for tk_client->cl_xprt, however cl_xprt is defined as an __rcu variable. Replace dereferences of tk_xprt with non-rcu dereferences where it is safe to do so. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed