AUDIT: Avoid scheduling in idle thread
authorDavid Woodhouse <dwmw2@shinybook.infradead.org>
Wed, 13 Jul 2005 21:47:07 +0000 (22:47 +0100)
committerDavid Woodhouse <dwmw2@shinybook.infradead.org>
Wed, 13 Jul 2005 21:47:07 +0000 (22:47 +0100)
When we flush a pending syscall audit record due to audit_free(), we
might be doing that in the context of the idle thread. So use GFP_ATOMIC

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

No differences found