From: Sunil Mushran Date: Fri, 18 Apr 2008 22:03:59 +0000 (-0700) Subject: ocfs2: Use GFP_NOFS in kmalloc during localalloc window move X-Git-Tag: v2.6.26-rc1~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ba1c5bfd2e5a6c9528eb7777b66c297e70f61ca;p=pandora-kernel.git ocfs2: Use GFP_NOFS in kmalloc during localalloc window move kmalloc() during a localalloc window move can trigger the mm to prune the dcache which inturn can trigger the fs to delete an inode causing it start a recursive transaction. The fix also makes the change in kmalloc during localalloc shutdown just to be safe. Fixes oss bugzilla#901 http://oss.oracle.com/bugzilla/show_bug.cgi?id=901 Signed-off-by: Sunil Mushran Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed