https://github.com/torvalds/linux
Revision ba52270d18fb17ce2cf176b35419dab1e43fe4a3 authored by Pekka Enberg on 24 June 2009, 18:59:51 UTC, committed by Linus Torvalds on 24 June 2009, 19:20:14 UTC
SLUB uses higher order allocations by default but falls back to small
orders under memory pressure. Make sure the GFP mask used in the initial
allocation doesn't include __GFP_NOFAIL.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 4923abf
History
Tip revision: ba52270d18fb17ce2cf176b35419dab1e43fe4a3 authored by Pekka Enberg on 24 June 2009, 18:59:51 UTC
SLUB: Don't pass __GFP_FAIL for the initial allocation
Tip revision: ba52270
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 945 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.7 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 147.8 KB
Makefile -rw-r--r-- 53.8 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top