aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_pageout.h
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2003-10-18 21:09:21 +0000
committerAlan Cox <alc@FreeBSD.org>2003-10-18 21:09:21 +0000
commit7a93508274b42ce7a781b65d9a9128406fc7c914 (patch)
tree6b34fce36d3e8914acee117ce4e8c611179e0683 /sys/vm/vm_pageout.h
parentfc1cbf43315798aeffda8ad2ebc934306948a0de (diff)
downloadsrc-7a93508274b42ce7a781b65d9a9128406fc7c914.tar.gz
src-7a93508274b42ce7a781b65d9a9128406fc7c914.zip
Notes
Diffstat (limited to 'sys/vm/vm_pageout.h')
-rw-r--r--sys/vm/vm_pageout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h
index f0bb1bdc7567..693eaff6256f 100644
--- a/sys/vm/vm_pageout.h
+++ b/sys/vm/vm_pageout.h
@@ -108,6 +108,6 @@ void vm_proc_swapin_all(struct swdevt *);
#endif /* !NO_SWAPPING */
#ifdef _KERNEL
-int vm_pageout_flush(vm_page_t *, int, int, int is_object_locked);
+int vm_pageout_flush(vm_page_t *, int, int);
#endif
#endif /* _VM_VM_PAGEOUT_H_ */