login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
July
»
14
Re: [PATCH RFC tip/core/rcu 07/30] nfs: __rcu annotations
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Trond Myklebust
Subject:
Re: [PATCH RFC tip/core/rcu 07/30] nfs: __rcu annotations
Date: Wednesday, July 14, 2010 - 3:07 pm
On Wed, 2010-07-14 at 13:09 -0700, Paul E. McKenney wrote:
quoted text
> From: Arnd Bergmann <arnd@arndb.de> > > Signed-off-by: Arnd Bergmann <arnd@arndb.de> > Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> > Cc: Trond Myklebust <Trond.Myklebust@netapp.com>
Acked-by: Trond Myklebust <Trond.Myklebust@netapp.com>
quoted text
> --- > include/linux/nfs_fs.h | 2 +- > include/linux/sunrpc/auth_gss.h | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/include/linux/nfs_fs.h b/include/linux/nfs_fs.h > index 77c2ae5..a619070 100644 > --- a/include/linux/nfs_fs.h > +++ b/include/linux/nfs_fs.h > @@ -178,7 +178,7 @@ struct nfs_inode { > struct nfs4_cached_acl *nfs4_acl; > /* NFSv4 state */ > struct list_head open_states; > - struct nfs_delegation *delegation; > + struct nfs_delegation __rcu *delegation; > fmode_t delegation_state; > struct rw_semaphore rwsem; > #endif /* CONFIG_NFS_V4*/ > diff --git a/include/linux/sunrpc/auth_gss.h b/include/linux/sunrpc/auth_gss.h > index 671538d..8eee9db 100644 > --- a/include/linux/sunrpc/auth_gss.h > +++ b/include/linux/sunrpc/auth_gss.h > @@ -69,7 +69,7 @@ struct gss_cl_ctx { > enum rpc_gss_proc gc_proc; > u32 gc_seq; > spinlock_t gc_seq_lock; > - struct gss_ctx *gc_gss_ctx; > + struct gss_ctx __rcu *gc_gss_ctx; > struct xdr_netobj gc_wire_ctx; > u32 gc_win; > unsigned long gc_expiry; > @@ -80,7 +80,7 @@ struct gss_upcall_msg; > struct gss_cred { > struct rpc_cred gc_base; > enum rpc_gss_svc gc_service; > - struct gss_cl_ctx *gc_ctx; > + struct gss_cl_ctx __rcu *gc_ctx; > struct gss_upcall_msg *gc_upcall; > unsigned long gc_upcall_timestamp; > unsigned char gc_machine_cred : 1;
--
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH RFC tip/core/rcu 01/30] net: convert to rcu_derefer ...
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 02/30] rcu: define __rcu address s ...
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 03/30] rculist: avoid __rcu annota ...
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 04/30] cgroups: __rcu annotations
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 05/30] credentials: rcu annotation
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 06/30] keys: __rcu annotations
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 07/30] nfs: __rcu annotations
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 08/30] net: __rcu annotations for ...
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 09/30] perf_event: __rcu annotations
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 10/30] notifiers: __rcu annotations
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 11/30] radix-tree: __rcu annotations
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 0/30] RCU commits queued for 2.6.36/7
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 12/30] idr: __rcu annotations
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 13/30] input: __rcu annotations
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 14/30] net/netfilter: __rcu annota ...
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 15/30] kvm: add __rcu annotations
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 16/30] kernel: __rcu annotations
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 17/30] net: __rcu annotations
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 18/30] kvm: more __rcu annotations
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 19/30] vhost: add __rcu annotations
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 20/30] Update documentation to not ...
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 21/30] Update call_rcu() usage, ad ...
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 22/30] rcu: make CPU stall warning ...
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 23/30] rcu head remove init
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 24/30] rcu: add shiny new debug as ...
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 25/30] rcutorture: add random pree ...
, Paul E. McKenney
, (Wed Jul 14, 1:09 pm)
[PATCH RFC tip/core/rcu 26/30] rcu: simplify the usage of ...
, Paul E. McKenney
, (Wed Jul 14, 1:10 pm)
[PATCH RFC tip/core/rcu 27/30] rcu: apply ->rda changes to ...
, Paul E. McKenney
, (Wed Jul 14, 1:10 pm)
[PATCH RFC tip/core/rcu 28/30] rcu: rename __do_rcu_derefe ...
, Paul E. McKenney
, (Wed Jul 14, 1:10 pm)
[PATCH RFC tip/core/rcu 29/30] rcu: add boot parameter to ...
, Paul E. McKenney
, (Wed Jul 14, 1:10 pm)
[PATCH RFC tip/core/rcu 30/30] rcu: improve kerneldoc for ...
, Paul E. McKenney
, (Wed Jul 14, 1:10 pm)
Re: [PATCH RFC tip/core/rcu 27/30] rcu: apply ->rda change ...
, Josh Triplett
, (Wed Jul 14, 2:12 pm)
Re: [PATCH RFC tip/core/rcu 29/30] rcu: add boot parameter ...
, Josh Triplett
, (Wed Jul 14, 2:16 pm)
Re: [PATCH RFC tip/core/rcu 27/30] rcu: apply ->rda change ...
, Paul E. McKenney
, (Wed Jul 14, 2:16 pm)
Re: [PATCH RFC tip/core/rcu 0/30] RCU commits queued for 2 ...
, Josh Triplett
, (Wed Jul 14, 2:19 pm)
Re: [PATCH RFC tip/core/rcu 07/30] nfs: __rcu annotations
, Trond Myklebust
, (Wed Jul 14, 3:07 pm)
Re: [PATCH RFC tip/core/rcu 0/30] RCU commits queued for 2 ...
, Paul E. McKenney
, (Wed Jul 14, 4:27 pm)
Re: [PATCH RFC tip/core/rcu 29/30] rcu: add boot parameter ...
, Paul E. McKenney
, (Wed Jul 14, 4:30 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Michael Trimarchi
Re: [PATCH] VFS: make file->f_pos access atomic on 32bit arch
Miklos Szeredi
[patch 14/15] vfs: more path_permission() conversions
Serge E. Hallyn
Re: [RFC v5][PATCH 7/8] Infrastructure for shared objects
Bernd Schmidt
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Takashi Iwai
[PATCH 2/2] input: Add LED support to Synaptics device
git
:
Junio C Hamano
Re: mingw, windows, crlf/lf, and git
Eyvind Bernhardsen
Re: Where has "git ls-remote" reference pattern matching gone?
Shawn O. Pearce
Re: Switching from CVS to GIT
Todd Zullinger
Re: [PATCH 2/2] send-email: rfc2047-quote subject lines with non-ascii characters
Santi Béjar
Re: How to use git-fmt-merge-msg?
linux-netdev
:
Ramkrishna Vepa
[net-2.6 PATCH 1/10] Neterion: New driver: Driver help file
Mark Anthony
invitation / inquiry
Ingo Molnar
Re: [PATCH 08/16] dma-debug: add core checking functions
David Miller
Re: [PATCH 1/3] f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callback
Sascha Hauer
[PATCH 03/12] fec: do not typedef struct types
git-commits-head
:
Linux Kernel Mailing List
amba: struct device - replace bus_id with dev_name(), dev_set_name()
Linux Kernel Mailing List
MIPS: Yosemite: Convert SMP startup lock to arch spinlock.
Linux Kernel Mailing List
ARM: S5PC100: IRQ and timer
Linux Kernel Mailing List
davinci: edma: clear interrupt status for interrupt enabled channels only
Linux Kernel Mailing List
x86, mm, kprobes: fault.c, simplify notify_page_fault()
openbsd-misc
:
Daniel A. Ramaley
Re: [semi-OT] Can anyone recommend an OpenBSD-compatible colour laser printer?
Matthias Kilian
Re: can't get vesa @ 1280x800 or nv
Tobias Ulmer
Re: Problem after upgrade 4.5 to 4.6: ERR M
Philip Guenther
Re: SIGCHLD and libpthread.so
J.C. Roberts
Re: [semi-OT] Can anyone recommend an OpenBSD-compatible colour laser printer?
Colocation donated by:
Syndicate