]> git.baikalelectronics.ru Git - kernel.git/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)
commit09c1bc577f51fc49eea7fd7eaf7def7f03762cf4
tree82defea35efa77b91dc15bc11510f890db7db8c2
parent50d8bf618861fa2daffbba924b31ab938cf264e5
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