Re: Race between vmtruncate and mapped areas?

Andrew Morton (akpm@digeo.com)
Wed, 14 May 2003 10:34:21 -0700


Dave McCracken <dmccr@us.ibm.com> wrote:
>
> Which the application thinks is still part of the file, and will expect its
> changes to be written back.

How so? Truncate will chop the page off the mapping - it doesn't
miss any pages.

Truncate has to wait for the page lock, so the page may be removed from the
mapping shortly after the major fault's IO has completed. Maybe that's
what you are seeing.

-
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/