]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] GFP_KERNEL allocations in atomic (auditsc)
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 18 Feb 2006 20:41:50 +0000 (15:41 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 18 Feb 2006 20:41:50 +0000 (15:41 -0500)
commit1ca9345425d379272da76003612b8644630c67f1
tree764632d00ca11f241013b1e203d1b9a5c9e30acb
parent7fcb4b010ceffc07e3225c3e7cbd85c926d63ee0
[PATCH] GFP_KERNEL allocations in atomic (auditsc)

audit_log_exit() is called from atomic contexts and gets explicit
gfp_mask argument; it should use it for all allocations rather
than doing some with gfp_mask and some with GFP_KERNEL.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
kernel/auditsc.c