git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd71c2b
)
[PATCH] GFP_KERNEL allocations in atomic (auditsc)
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 18 Feb 2006 20:41:50 +0000
(15:41 -0500)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 18 Feb 2006 20:41:50 +0000
(15:41 -0500)
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>
No differences found