From: Jeff Layton Date: Wed, 16 Jul 2014 10:52:18 +0000 (-0400) Subject: sunrpc: remove __rcu annotation from struct gss_cl_ctx->gc_gss_ctx X-Git-Tag: omap-for-v3.17/fixes-against-rc2~82^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3b255717fed1cad0dd4ed5be77114d32ef22a6d;p=pandora-kernel.git sunrpc: remove __rcu annotation from struct gss_cl_ctx->gc_gss_ctx Commit 5b22216e11f7 (nfs: __rcu annotations) added a __rcu annotation to the gc_gss_ctx field. I see no rationale for adding that though, as that field does not seem to be managed via RCU at all. Cc: Arnd Bergmann Cc: Paul McKenney Signed-off-by: Jeff Layton Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed