commit | 0e23baccaae4f752cfa89cca44e84a439ed8bd13 | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Mon Jan 13 21:12:34 2014 -0500 |
committer | Eric Paris <eparis@redhat.com> | Mon Jan 13 22:33:41 2014 -0500 |
tree | 82defea35efa77b91dc15bc11510f890db7db8c2 | |
parent | 3f0c5fad89c2c287baee0f314177b82aeafa7363 [diff] |
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>