Re: [RFC] Distributed mmap API

From: Andrew Morton
Date: Wed Feb 25 2004 - 17:13:12 EST


Daniel Phillips <phillips@xxxxxxxx> wrote:
>
> - pte = ptep_get_and_clear(ptep);
> + if (unlikely(!all) && is_anon(pfn_to_page(pfn)))
> + continue;
> + pte = ptep_get_and_clear(ptep); /* get dirty bit atomically */
> tlb_remove_tlb_entry(tlb, ptep, address+offset);
> if (pfn_valid(pfn)) {

I think you need to check pfn_valid() before running is_anon(pfn_to_page())
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/