From: Josef Bacik Date: Thu, 20 Mar 2008 00:00:49 +0000 (-0700) Subject: ext3: fix wrong gfp type under transaction X-Git-Tag: v2.6.25-rc7~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c587f0c0a69227587baaa12e75815b6644457c0a;p=pandora-kernel.git ext3: fix wrong gfp type under transaction There are several places where we make allocations with GFP_KERNEL while under a transaction, which could lead to an assertion panic or lockup if under memory pressure. This patch switches these problem areas to use GFP_NOFS to keep these problems from happening. Signed-off-by: Josef Bacik Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed