From: Jeff Dike Date: Tue, 11 Apr 2006 05:53:27 +0000 (-0700) Subject: [PATCH] Add GFP_NOWAIT X-Git-Tag: v2.6.17-rc2~243 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b04d7170e9af805cac19f97b28fff10db897893;p=pandora-kernel.git [PATCH] Add GFP_NOWAIT Introduce GFP_NOWAIT, as an alias for GFP_ATOMIC & ~__GFP_HIGH. This also changes XFS, which is the only in-tree user of this idiom that I could find. The XFS piece is compile-tested only. Signed-off-by: Jeff Dike Acked-by: Nathan Scott Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed