On Wed, 22 Oct 2008, Matthew Wilcox wrote: > remap_file_pages() only hurts if you map the same page more than once > (which is permitted, but again, I don't think anyone actually does > that). This is getting very offtopic... but remap_file_pages() is just like MAP_FIXED, that the address at which a page is mapped is determined by the caller, not the kernel. So coherency with other, independent mapping of the file is basically up to chance. Do we care? I very much hope not. Why do PA-RISC and friends care at all about mmap coherecy? Is it real-world problem driven or just to be safe? Miklos -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html