From: Pekka Enberg Date: Wed, 1 Feb 2006 11:06:43 +0000 (-0800) Subject: [PATCH] reiserfs: use __GFP_NOFAIL instead of yield and retry loop for allocation X-Git-Tag: v2.6.16-rc2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c777cc4be1390862d053cbc002246e87572147b;p=pandora-kernel.git [PATCH] reiserfs: use __GFP_NOFAIL instead of yield and retry loop for allocation This patch replaces yield and retry loop with __GFP_NOFAIL in alloc_journal_list(). Signed-off-by: Pekka Enberg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed