summaryrefslogtreecommitdiffstats
path: root/sys/vm/swap_pager.c
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2010-10-20 05:17:23 +0000
committeravg <avg@FreeBSD.org>2010-10-20 05:17:23 +0000
commit9f9aed22bf7db59a503c3754e3e2165f8be3a4a3 (patch)
tree1c0a053e5778058d353ae9a831d1eb3c1a948201 /sys/vm/swap_pager.c
parent7f5bf568d4b5e725b63e47142fef547cbffb9eac (diff)
downloadFreeBSD-src-9f9aed22bf7db59a503c3754e3e2165f8be3a4a3.zip
FreeBSD-src-9f9aed22bf7db59a503c3754e3e2165f8be3a4a3.tar.gz
PG_BUSY -> VPO_BUSY, PG_WANTED -> VPO_WANTED in manual pages and comments
Reviewed by: alc MFC after: 4 days
Diffstat (limited to 'sys/vm/swap_pager.c')
-rw-r--r--sys/vm/swap_pager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c
index b359bd4..bea235a 100644
--- a/sys/vm/swap_pager.c
+++ b/sys/vm/swap_pager.c
@@ -1460,8 +1460,8 @@ swap_pager_putpages(vm_object_t object, vm_page_t *m, int count,
* Completion routine for asynchronous reads and writes from/to swap.
* Also called manually by synchronous code to finish up a bp.
*
- * For READ operations, the pages are PG_BUSY'd. For WRITE operations,
- * the pages are vm_page_t->busy'd. For READ operations, we PG_BUSY
+ * For READ operations, the pages are VPO_BUSY'd. For WRITE operations,
+ * the pages are vm_page_t->busy'd. For READ operations, we VPO_BUSY
* unbusy all pages except the 'main' request page. For WRITE
* operations, we vm_page_t->busy'd unbusy all pages ( we can do this
* because we marked them all VM_PAGER_PEND on return from putpages ).
OpenPOWER on IntegriCloud