diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h index f8a4f707dd5c..7a3f138ee4c3 100644 --- a/sys/vm/vm_page.h +++ b/sys/vm/vm_page.h @@ -288,7 +288,7 @@ extern struct mtx_padalign pa_lock[]; #include /* - * 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