From e3637856434e2a68643e29cb7d3321323aa9782c Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 30 May 2004 20:48:15 +0000 Subject: [PATCH] Remove a stale comment: PG_DIRTY and PG_FILLED were removed in revisions 1.17 and 1.12 respectively. --- sys/vm/vm_page.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h index c0cf4a34da1..b1b194ac3c5 100644 --- a/sys/vm/vm_page.h +++ b/sys/vm/vm_page.h @@ -233,8 +233,6 @@ extern struct mtx vm_page_queue_free_mtx; /* * These are the flags defined for vm_page. * - * Note: PG_FILLED and PG_DIRTY are added for the filesystems. - * * Note: PG_UNMANAGED (used by OBJT_PHYS) indicates that the page is * not under PV management but otherwise should be treated as a * normal page. Pages not under PV management cannot be paged out