On Fri, Oct 26, 2012 at 11:46 AM, Rik van Riel <riel@xxxxxxxxxx> wrote: > > The function ptep_set_access_flags is only ever used to upgrade > access permissions to a page. NOTE: It's *not* "access permissions". It's "access flags". Big difference. This is not about permissions at all. The access flags are the Accessed and Dirty bits. And the dirty bit is never *cleared* by this function, it's only ever potentially set. That, together with the fact that the accessed flag is "best effort" rather than exact, is what makes this function so special to begin with. Linus -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>