diff options
author | 2006-10-17 00:09:57 -0700 | |
---|---|---|
committer | 2006-10-17 08:18:44 -0700 | |
commit | 286e1ea3ac1ca4f503ebbb3020bdb0cbe6adffac (patch) | |
tree | b8e332d7aa9a64d6fe49501deb3ac5a18a708f3f /drivers/acpi/processor_idle.c | |
parent | [PATCH] rtc-max6902: month conversion fix (diff) | |
download | wireguard-linux-286e1ea3ac1ca4f503ebbb3020bdb0cbe6adffac.tar.xz wireguard-linux-286e1ea3ac1ca4f503ebbb3020bdb0cbe6adffac.zip |
[PATCH] vmalloc(): don't pass __GFP_ZERO to slab
A recent change to the vmalloc() code accidentally resulted in us passing
__GFP_ZERO into the slab allocator. But we only wanted __GFP_ZERO for the
actual pages whcih are being vmalloc()ed, and passing __GFP_ZERO into slab is
not a rational thing to ask for.
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/acpi/processor_idle.c')
0 files changed, 0 insertions, 0 deletions