Update a comment to reflect the elimination of the hold queue in r242300.

This commit is contained in:
Alan Cox 2012-11-17 04:00:19 +00:00
parent 875d039e0a
commit 969a0af09d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243176

View File

@ -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