1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118528

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)