From: Miklos Szeredi Date: Mon, 16 Jul 2007 06:38:26 +0000 (-0700) Subject: split mmap X-Git-Tag: v2.6.23-rc1~1009 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0165ab443556bdfad388da6c33d74a71b77d72b2;p=pandora-kernel.git split mmap This is a straightforward split of do_mmap_pgoff() into two functions: - do_mmap_pgoff() checks the parameters, and calculates the vma flags. Then it calls - mmap_region(), which does the actual mapping Signed-off-by: Miklos Szeredi Acked-by: Peter Zijlstra Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed