audit: don't needlessly reset valid wait time
authorRichard Guy Briggs <rgb@redhat.com>
Wed, 13 Jan 2016 14:15:18 +0000 (09:15 -0500)
committerPaul Moore <paul@paul-moore.com>
Wed, 13 Jan 2016 14:15:18 +0000 (09:15 -0500)
commitc4b7a7755f91081e430bbd58fec77194b05f834b
tree5a1bb4a6f242cc9e50352564d2b5a0674180e499
parentafd2ff9b7e1b367172f18ba7f693dfb62bdcb2dc
audit: don't needlessly reset valid wait time

After auditd has recovered from an overflowed queue, the first process
that doesn't use reserves to make it through the queue checks should
reset the audit backlog wait time to the configured value.  After that,
there is no need to keep resetting it.

Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Paul Moore <pmoore@redhat.com>
kernel/audit.c