]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Add GFP_NOWAIT
authorJeff Dike <jdike@addtoit.com>
Tue, 11 Apr 2006 05:53:27 +0000 (22:53 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 11 Apr 2006 13:18:35 +0000 (06:18 -0700)
commite164f991ddf1c7f6caf6b2b692fe084eb0eb8ce0
treef4b0de67af631c1a1099bcd35621ae7fff38af67
parent661b0b7305f68c0ed3559e95ea3cdc8293e2d70a
[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 <jdike@addtoit.com>
Acked-by: Nathan Scott <nathans@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/xfs/linux-2.6/xfs_buf.c
include/linux/gfp.h