[PATCH] page_referenced() simplification
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.
Showing
Please register or sign in to comment