]> Pileus Git - ~andy/linux/commit
audit: rework AUDIT_TTY_SET to only grab spin_lock once
authorEric Paris <eparis@redhat.com>
Tue, 14 Jan 2014 02:12:34 +0000 (21:12 -0500)
committerEric Paris <eparis@redhat.com>
Tue, 14 Jan 2014 03:33:41 +0000 (22:33 -0500)
commit0e23baccaae4f752cfa89cca44e84a439ed8bd13
tree82defea35efa77b91dc15bc11510f890db7db8c2
parent3f0c5fad89c2c287baee0f314177b82aeafa7363
audit: rework AUDIT_TTY_SET to only grab spin_lock once

We can simplify the AUDIT_TTY_SET code to only grab the spin_lock one
time.  We need to determine if the new values are valid and if so, set
the new values at the same time we grab the old onces.  While we are
here get rid of 'res' and just use err.

Signed-off-by: Eric Paris <eparis@redhat.com>
kernel/audit.c