uml: fixup allocation in the ubd driver
authorPeter Zijlstra <pzijlstr@redhat.com>
Sun, 6 May 2007 21:51:38 +0000 (14:51 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 7 May 2007 19:13:03 +0000 (12:13 -0700)
commit990c55871b655156ffd7787af791be977d946ef6
tree3c3e7dde856c1a70706e84afd1ca8b0a9b82ec71
parent2adcec2197897365e0a0f657f1098cbfdb44bc8b
uml: fixup allocation in the ubd driver

Sanitise gfp flags; it actually is an atomic context, so drop the
GFP_KERNEL part.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Acked-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/drivers/ubd_kern.c