From: David Teigland Date: Fri, 15 May 2009 15:50:57 +0000 (-0500) Subject: dlm: use more NOFS allocation X-Git-Tag: v2.6.31-rc1~358^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=748285ccf7ea76d3d76d0d5f2945ad6fb91f5329;p=pandora-kernel.git dlm: use more NOFS allocation Change some GFP_KERNEL allocations to use either GFP_NOFS or ls_allocation (when available) which the fs sets to GFP_NOFS. The point is to prevent allocations from going back into the cluster fs in places where that might lead to deadlock. Signed-off-by: David Teigland --- Reading git-diff-tree failed