Staging
v0.5.1
https://github.com/torvalds/linux
Revision 8757d5fa6b75e8ea906baf0309d49b980e7f9bc9 authored by Jan Kiszka on 14 July 2006, 07:23:56 UTC, committed by Linus Torvalds on 15 July 2006, 04:53:51 UTC
__vunmap must not rely on area->nr_pages when picking the release methode
for area->pages.  It may be too small when __vmalloc_area_node failed early
due to lacking memory.  Instead, use a flag in vmstruct to differentiate.

Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent e322fed
History
Tip revision: 8757d5fa6b75e8ea906baf0309d49b980e7f9bc9 authored by Jan Kiszka on 14 July 2006, 07:23:56 UTC
[PATCH] mm: fix oom roll-back of __vmalloc_area_node
Tip revision: 8757d5f
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 462 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.4 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 69.9 KB
Makefile -rw-r--r-- 46.1 KB
README -rw-r--r-- 16.2 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top