commit | f55619642e863990d5a46cf2c2c840170d22a9f9 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@shinybook.infradead.org> | Wed Jul 13 22:47:07 2005 +0100 |
committer | David Woodhouse <dwmw2@shinybook.infradead.org> | Wed Jul 13 22:47:07 2005 +0100 |
tree | faf2447562a26c4620d254fd1b46f3ae7e6fc678 | |
parent | 582edda586120004d0fb67113115fa442a0a1571 [diff] |
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>