Skip to content
Commit 2ce88dd0 authored by Eric Paris's avatar Eric Paris
Browse files

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: default avatarEric Paris <eparis@redhat.com>
parent 46e959ea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment