From: Josef Bacik Date: Wed, 30 Apr 2008 02:02:02 +0000 (-0400) Subject: ext4: fix wrong gfp type under transaction X-Git-Tag: v2.6.26-rc1~345^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=216553c4b7f3e3e2beb4981cddca9b2027523928;p=pandora-kernel.git ext4: fix wrong gfp type under transaction This fixes the allocations with GFP_KERNEL while under a transaction problems in ext4. This patch is the same as its ext3 counterpart, just switches these to GFP_NOFS. Signed-off-by: Josef Bacik Cc: Signed-off-by: Andrew Morton Signed-off-by: Mingming Cao Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed