• Andrew Morton's avatar
    [PATCH] page_referenced() simplification · 54c50cc5
    Andrew Morton authored
    There's no point in calling mark_page_accessed() here.  The page is never on
    the LRU so all mark_page_accessed() will do is to set PG_referenced, which we
    immediately clear again.
    54c50cc5
rmap.c 13.6 KB