generic ipi function calls: wait on alloc failure fallback
authorJeremy Fitzhardinge <jeremy@goop.org>
Tue, 15 Jul 2008 20:22:49 +0000 (13:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Jul 2008 21:12:20 +0000 (14:12 -0700)
When a GFP_ATOMIC allocation fails, it falls back to allocating the
data on the stack and converting it to a waiting call.

Make sure we actually wait in this case.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found