]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Various changes to vm_object_page_remove():
authoralc <alc@FreeBSD.org>
Sat, 26 Apr 2003 23:41:30 +0000 (23:41 +0000)
committeralc <alc@FreeBSD.org>
Sat, 26 Apr 2003 23:41:30 +0000 (23:41 +0000)
commitd5ac0bc4531af5962cb46af2eb16a5cc61170717
tree11a9410352928b09ef46b7118b63f16df5ca8758
parentbc99b2572b0aae9e440f677dca4bf1754ca40133
Various changes to vm_object_page_remove():
 - Eliminate an odd, special-case feature:
   if start == end == 0 then all pages are removed.  Only one caller
   used this feature and that caller can trivially pass the object's
   size.
 - Assert that the vm_object is locked on entry; don't bother testing
   for a NULL vm_object.
 - Style: Fix lines that are longer than 80 characters.
sys/kern/vfs_subr.c
sys/vm/vm_object.c