Skip to content
Commit 9348b73c authored by Linus Torvalds's avatar Linus Torvalds
Browse files

mm: don't play games with pinned pages in clear_page_refs



Turning a pinned page read-only breaks the pinning after COW.  Don't do it.

The whole "track page soft dirty" state doesn't work with pinned pages
anyway, since the page might be dirtied by the pinning entity without
ever being noticed in the page tables.

Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 29a951df
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment