tracing: replace a GFP_ATOMIC with GFP_KERNEL allocation
authorLi Zefan <lizf@cn.fujitsu.com>
Mon, 15 Jun 2009 02:57:28 +0000 (10:57 +0800)
committerSteven Rostedt <rostedt@goodmis.org>
Mon, 15 Jun 2009 15:37:14 +0000 (11:37 -0400)
commite4f2d10f479d18198ebafcb5e124cc3dd8b8817a
tree73d0797b9a4f285891284e0e39ceb328d254ed23
parent215368e8e59023d6a0abdda896923018d74fdf7f
tracing: replace a GFP_ATOMIC with GFP_KERNEL allocation

Atomic allocation is not needed here.

[ Impact: clean up of memory alloction type ]

Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
LKML-Reference: <4A35B898.2050607@cn.fujitsu.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
kernel/trace/trace.c