From: Eric Paris Date: Tue, 30 Apr 2013 14:43:10 +0000 (-0400) Subject: audit: do not needlessly take a spinlock in copy_signal X-Git-Tag: v3.10-rc1~5^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ce88dd04276839002a3b31161090d282316610b;p=pandora-kernel.git audit: do not needlessly take a spinlock in copy_signal current->signal->audit_* can only change from a netlink message from current. Obviously in this case we cannot be handling a netlink message from current. So there is no change these can change under us. No need to take a lock to read them. Signed-off-by: Eric Paris --- Reading git-diff-tree failed