commit | a3b255717fed1cad0dd4ed5be77114d32ef22a6d | [log] [tgz] |
---|---|---|
author | Jeff Layton <[email protected]> | Wed Jul 16 06:52:18 2014 -0400 |
committer | Trond Myklebust <[email protected]> | Sun Aug 03 17:05:23 2014 -0400 |
tree | b1b05d742c65d20a4b42212ae06694648015f062 | |
parent | 4fa2c54b5198d09607a534e2fd436581064587ed [diff] |
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 <[email protected]> Cc: Paul McKenney <[email protected]> Signed-off-by: Jeff Layton <[email protected]> Signed-off-by: Trond Myklebust <[email protected]>