Re: how do file-mapped (mmapped) pages become dirty?

From: Chris Friesen
Date: Tue Oct 28 2003 - 10:27:50 EST


Helge Hafting wrote:
Amir Hermelin wrote:

What function is responsible for this setting? And when will the page be
written back to disk (i.e. where's the flusher located)?

When there's memory pressure, or a sync.

Note however that you need an msync() -- fsync() and fdatasync() do not catch changes to mmapped pages.

Chris


--
Chris Friesen | MailStop: 043/33/F10
Nortel Networks | work: (613) 765-0557
3500 Carling Avenue | fax: (613) 765-2986
Nepean, ON K2H 8E9 Canada | email: cfriesen@xxxxxxxxxxxxxxxxxx

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