From: Josef Bacik Date: Wed, 9 Apr 2008 13:33:41 +0000 (-0400) Subject: [GFS2] fix GFP_KERNEL misuses X-Git-Tag: v2.6.26-rc1~1144^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16c5f06f15ad4e5a5d6e90b78ffb1ac14319e445;p=pandora-kernel.git [GFS2] fix GFP_KERNEL misuses There are several places where GFP_KERNEL allocations happen under a glock, which will result in hangs if we're under memory pressure and go to re-enter the fs in order to flush stuff out. This patch changes the culprits to GFS_NOFS to keep this problem from happening. Thank you, Signed-off-by: Josef Bacik Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed