summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_page.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_page.h')
-rw-r--r--sys/vm/vm_page.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h
index f8a4f70..7a3f138 100644
--- a/sys/vm/vm_page.h
+++ b/sys/vm/vm_page.h
@@ -288,7 +288,7 @@ extern struct mtx_padalign pa_lock[];
#include <machine/atomic.h>
/*
- * Each pageable resident page falls into one of five lists:
+ * Each pageable resident page falls into one of four lists:
*
* free
* Available for allocation now.
@@ -297,10 +297,6 @@ extern struct mtx_padalign pa_lock[];
* Almost available for allocation. Still associated with
* an object, but clean and immediately freeable.
*
- * hold
- * Will become free after a pending I/O operation
- * completes.
- *
* The following lists are LRU sorted:
*
* inactive
OpenPOWER on IntegriCloud