Add XXX: comment to vm_pager_unswapped().

This commit is contained in:
Poul-Henning Kamp 2003-08-06 10:51:40 +00:00
parent 5e04322a6e
commit f976cfd99a

View File

@ -177,6 +177,11 @@ vm_pager_has_page(
* called at splvm() to destroy swap associated with the page.
*
* This function may not block.
*
* XXX: A much better name would be "vm_pager_page_dirtied()"
* XXX: It is not obvious if this could be profitably used by any
* XXX: pagers besides the swap_pager or if it should even be a
* XXX: generic pager_op in the first place.
*/
static __inline void
vm_pager_page_unswapped(vm_page_t m)