Home
last modified time | relevance | path

Searched hist:"0165 ab443556bdfad388da6c33d74a71b77d72b2" (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dmmap.cdiff 0165ab443556bdfad388da6c33d74a71b77d72b2 Mon Jul 16 08:38:26 CEST 2007 Miklos Szeredi <mszeredi@suse.cz> 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>
/linux/include/linux/
H A Dmm.hdiff 0165ab443556bdfad388da6c33d74a71b77d72b2 Mon Jul 16 08:38:26 CEST 2007 Miklos Szeredi <mszeredi@suse.cz> 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>