From: Jeff Layton Date: Mon, 23 Mar 2009 05:47:11 +0000 (-0400) Subject: cifs: no need to use rcu_assign_pointer on immutable keys X-Git-Tag: v2.6.30-rc3~52^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9fb5c091b419e0495c50c1cce9e4cf9f7105072;p=pandora-kernel.git 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 Signed-off-by: Steve French --- Reading git-diff-tree failed