diff options
| author | Christoph Lameter <[email protected]> | 2008-01-14 00:55:14 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-01-14 08:52:22 -0800 |
| commit | 96990a4ae979df9e235d01097d6175759331e88c (patch) | |
| tree | ba545616c7deb1cca99565655a80564564d39bd4 /include/linux/debugobjects.h | |
| parent | 8f4c79ce79d1552014af3c115d03e13092443905 (diff) | |
quicklists: Only consider memory that can be used with GFP_KERNEL
Quicklists calculates the size of the quicklists based on the number of
free pages. This must be the number of free pages that can be allocated
with GFP_KERNEL. node_page_state() includes the pages in ZONE_HIGHMEM and
ZONE_MOVABLE which may lead the quicklists to become too large causing OOM.
Signed-off-by: Christoph Lameter <[email protected]>
Tested-by: Dhaval Giani <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions