summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vm/vm_page.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm/vm_page.c b/vm/vm_page.c
index 92e36a1a..b7b76a54 100644
--- a/vm/vm_page.c
+++ b/vm/vm_page.c
@@ -312,6 +312,7 @@ vm_page_can_move(const struct vm_page *page)
*/
return !page->busy
+ && !page->external_laundry
&& !page->wanted
&& !page->absent
&& page->object->alive;