On 22 Aug 2003, James Bottomley wrote: > > I suppose if we had a way of telling if any of the i_mmap list members > were really MAP_SHARED semantics mappings, then we could alter our > flush_dcache_page() implementation to work. Good idea. It's VM_MAYSHARE you need to check for. Hugh