On 08/21/2013 08:26 PM, Trond Myklebust wrote: > Signed-off-by: Trond Myklebust <Trond.Myklebust@xxxxxxxxxx> > Cc: Bryan Schumaker <bjschuma@xxxxxxxxxx> > --- > fs/nfs/idmap.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/nfs/idmap.c b/fs/nfs/idmap.c > index c2c4163..65c7d91 100644 > --- a/fs/nfs/idmap.c > +++ b/fs/nfs/idmap.c > @@ -310,7 +310,7 @@ static ssize_t nfs_idmap_get_key(const char *name, size_t namelen, > if (ret < 0) > goto out_up; > > - payload = rcu_dereference(rkey->payload.data); > + payload = rcu_dereference(rkey->payload.rcudata); Loks good to me! Acked-by: Bryan Schumaker <bjschuma@xxxxxxxxxx> > if (IS_ERR_OR_NULL(payload)) { > ret = PTR_ERR(payload); > goto out_up; > -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html