commit | f2e97df669d32f74152336f46e4e0e328b993c57 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Fri Feb 09 16:38:55 2007 +0000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Feb 09 09:14:06 2007 -0800 |
tree | ed80999a8c4f60918525b1638008b8c748808a60 | |
parent | 8a5ab4157b3933d4fa29a1612879ab08f681041a [diff] |
[PATCH] in non-NUMA case mark GFP_THISNODE gfp_t ... operations with it are OK as is, but flags & ~0 will have no idea that this ~0 is meant to be ~gfp_t. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>