[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: freemaps
William Lee Irwin III wrote:
>
> On Sun, Dec 15, 2002 at 01:03:26AM -0800, Andrew Morton wrote:
> > - How does it play with non-linear mappings?
>
> It doesn't care; they're just vma's parked on a virtual address range
> like the rest of them.
>
But the searching needs are different. If someone has a nonlinear mmap
of the 0-1M region of a file and then requests an mmap of the 4-5M region,
that can just be tacked onto the 0-1M mapping's vma (can't it?).
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/
- Follow-Ups:
- Re: freemaps
- From: William Lee Irwin III <wli@holomorphy.com>