Re: Memory mapped files question

From: H. Peter Anvin (hpa@zytor.com)
Date: Mon Apr 14 2003 - 16:12:10 EST


Chris Friesen wrote:
>
>> munmap() and fsync() or msync() will flush it to disk; there is no reason
>> munmap() should unless perhaps the file was opened O_SYNC.
>
> Wait a minute. Shouldn't a file opened O_SYNC flush the writes as they
> happen,
> removing the requirement for any explicit syncing? If it doesn't there
> are some very broken apps around.
>

Not for mmap().

        -hpa

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Apr 15 2003 - 22:00:33 EST