commit | 0165ab443556bdfad388da6c33d74a71b77d72b2 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Sun Jul 15 23:38:26 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Jul 16 09:05:37 2007 -0700 |
tree | c2449128f60ebed846b7d63633ccee3f88949a1c | |
parent | c44939ecb6e05aeaaf12d4e1bb046719c97e457e [diff] |
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 <mszeredi@suse.cz> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>