From: Prasanna Meda Date: Wed, 22 Jun 2005 00:14:37 +0000 (-0700) Subject: [PATCH] madvise: merge the maps X-Git-Tag: v2.6.13-rc4~130^2~202^2~159 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05b7438475ddbac47e75506913d44550f0e75938;p=pandora-kernel.git [PATCH] madvise: merge the maps This attempts to merge back the split maps. This code is mostly copied from Chrisw's mlock merging from post 2.6.11 trees. The only difference is in munmapped_error handling. Also passed prev to willneed/dontneed, eventhogh they do not handle it now, since I felt it will be cleaner, instead of handling prev in madvise_vma in some cases and in subfunction in some cases. Signed-off-by: Prasanna Meda Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed