From: Trond Myklebust Date: Mon, 28 Oct 2013 20:42:44 +0000 (-0400) Subject: SUNRPC: Add correct rcu_dereference annotation in rpc_clnt_set_transport X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~60^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34751b9d04a221da2a74b27ba439f01c0ae30069;p=pandora-kernel.git SUNRPC: Add correct rcu_dereference annotation in rpc_clnt_set_transport rpc_clnt_set_transport should use rcu_derefence_protected(), as it is only safe to be called with the rpc_clnt::cl_lock held. Cc: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed