From: Al Viro Date: Sat, 18 Feb 2006 20:41:50 +0000 (-0500) Subject: [PATCH] GFP_KERNEL allocations in atomic (auditsc) X-Git-Tag: v2.6.16-rc5~70^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef20c8c197df9b8d5bd4af0679123826da028861;p=pandora-kernel.git [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 --- Reading git-diff-tree failed