]> bbs.cooldavid.org Git - net-next-2.6.git/commit - kernel/auditsc.c
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)
commitf55619642e863990d5a46cf2c2c840170d22a9f9
treefaf2447562a26c4620d254fd1b46f3ae7e6fc678
parent582edda586120004d0fb67113115fa442a0a1571
AUDIT: Avoid scheduling in idle thread
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>
kernel/auditsc.c