From: David Howells Date: Mon, 22 Aug 2011 13:08:51 +0000 (+0100) Subject: KEYS: __key_link() should use the RCU deref wrapper for keyring payloads X-Git-Tag: v3.2-rc1~190^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d528b082294f0ddabd6368297546a2c0b67d4fe;p=pandora-kernel.git KEYS: __key_link() should use the RCU deref wrapper for keyring payloads __key_link() should use the RCU deref wrapper rcu_dereference_locked_keyring() for accessing keyring payloads rather than calling rcu_dereference_protected() directly. Signed-off-by: David Howells Signed-off-by: James Morris --- Reading git-diff-tree failed