cifs: no need to use rcu_assign_pointer on immutable keys
authorJeff Layton <jlayton@redhat.com>
Mon, 23 Mar 2009 05:47:11 +0000 (01:47 -0400)
committerSteve French <sfrench@us.ibm.com>
Fri, 17 Apr 2009 01:26:49 +0000 (01:26 +0000)
commitd9fb5c091b419e0495c50c1cce9e4cf9f7105072
treec368fa618cbbcc511e6d2ffb69e0746220688ce2
parent5144ebf408ed08380917126493450ee22e63fe3f
cifs: no need to use rcu_assign_pointer on immutable keys

cifs: no need to use rcu_assign_pointer on immutable keys

Neither keytype in use by CIFS has an "update" method. This means that
the keys are immutable once instantiated. We don't need to use RCU
to set the payload data pointers.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifs_spnego.c
fs/cifs/dns_resolve.c