From: Eric Paris Date: Tue, 30 Apr 2013 15:28:04 +0000 (-0400) Subject: audit: use spin_lock in audit_receive_msg to process tty logging X-Git-Tag: v3.10-rc1~5^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7173c54e3a9deb491a586e7e107375109ee48bcb;p=pandora-kernel.git audit: use spin_lock in audit_receive_msg to process tty logging This function is called when we receive a netlink message from userspace. We don't need to worry about it coming from irq context or irqs making it re-entrant. Signed-off-by: Eric Paris --- Reading git-diff-tree failed