summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pager.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2005-05-18 22:08:52 +0000
committeralc <alc@FreeBSD.org>2005-05-18 22:08:52 +0000
commitc7cb7f73179267054730156854cf59ee8a5f6a5f (patch)
treef5632286fe4b31d3604c29cf70294991d0b2dcc3 /sys/vm/vm_pager.h
parent4c810f35cd78301d8c84fda33ac1a9f77e058e13 (diff)
downloadFreeBSD-src-c7cb7f73179267054730156854cf59ee8a5f6a5f.zip
FreeBSD-src-c7cb7f73179267054730156854cf59ee8a5f6a5f.tar.gz
Update some comments to reflect the change from spl-based to lock-based
synchronization.
Diffstat (limited to 'sys/vm/vm_pager.h')
-rw-r--r--sys/vm/vm_pager.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/vm/vm_pager.h b/sys/vm/vm_pager.h
index 183007a..652073c 100644
--- a/sys/vm/vm_pager.h
+++ b/sys/vm/vm_pager.h
@@ -156,7 +156,7 @@ vm_pager_put_pages(
* some idea of the number of pages before and after the requested
* page can be I/O'd efficiently.
*
- * This routine does not have to be called at any particular spl.
+ * The object must be locked.
*/
static __inline boolean_t
vm_pager_has_page(
@@ -176,8 +176,9 @@ vm_pager_has_page(
/*
* vm_pager_page_unswapped
*
- * called at splvm() to destroy swap associated with the page.
+ * Destroy swap associated with the page.
*
+ * The object containing the page must be locked.
* This function may not block.
*
* XXX: A much better name would be "vm_pager_page_dirtied()"
OpenPOWER on IntegriCloud