Re: [patch 1/3] split mmap

2007-03-25 Thread Peter Zijlstra
On Sat, 2007-03-24 at 23:07 +0100, Miklos Szeredi wrote: > From: Miklos Szeredi <[EMAIL PROTECTED]> > > 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(),

Re: [patch 1/3] split mmap

2007-03-25 Thread Peter Zijlstra
On Sat, 2007-03-24 at 23:07 +0100, Miklos Szeredi wrote: From: Miklos Szeredi [EMAIL PROTECTED] 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

[patch 1/3] split mmap

2007-03-24 Thread Miklos Szeredi
From: Miklos Szeredi <[EMAIL PROTECTED]> 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 <[EMAIL

[patch 1/3] split mmap

2007-03-24 Thread Miklos Szeredi
From: Miklos Szeredi [EMAIL PROTECTED] 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 [EMAIL