commit | 7173c54e3a9deb491a586e7e107375109ee48bcb | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Tue Apr 30 11:28:04 2013 -0400 |
committer | Eric Paris <eparis@redhat.com> | Tue Apr 30 15:31:28 2013 -0400 |
tree | eb421f7b9c16125217cb2797e0c24e535cd1f1bc | |
parent | bee0a224e791cccbc7ecd7faf2d5932942668976 [diff] |
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 <eparis@redhat.com>