Update a comment to reflect the elimination of the hold queue in r242300.
This commit is contained in:
parent
875d039e0a
commit
969a0af09d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user