Home
last modified time | relevance | path

Searched hist:b73781c866f671ff5a84d7c840510b43e8731d13 (Results 1 – 1 of 1) sorted by relevance

/linux/arch/um/os-Linux/
H A Dprocess.cdiff b73781c866f671ff5a84d7c840510b43e8731d13 Wed Apr 19 07:20:24 CEST 2006 Jeff Dike <jdike@addtoit.com> [PATCH] uml: MADV_REMOVE fixes

MADV_REMOVE fixes - change the test mapping to be MAP_SHARED instead of
MAP_PRIVATE, as MADV_REMOVE on MAP_PRIVATE maps won't work. Also, use
the kernel's definition of MADV_REMOVE instead of hardcoding it if there
isn't a libc definition.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Hugh Dickins <hugh@veritas.com>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>