diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index c25ab775794f..472be88bee13 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -1882,7 +1882,8 @@ vm_object_collapse(vm_object_t object) * that contain managed pages. There are two exceptions. First, * it may be performed on the kernel and kmem objects. Second, * it may be used by msync(..., MS_INVALIDATE) to invalidate - * device-backed pages. + * device-backed pages. In both of these cases, "clean_only" + * must be FALSE. * * The object must be locked. */