cvs commit: src/sys/kern vfs_subr.c src/sys/vm vm_object.c
Alan Cox
alc at FreeBSD.org
Sat Apr 26 16:41:32 PDT 2003
alc 2003/04/26 16:41:30 PDT
FreeBSD src repository
Modified files:
sys/kern vfs_subr.c
sys/vm vm_object.c
Log:
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.
Revision Changes Path
1.444 +1 -1 src/sys/kern/vfs_subr.c
1.274 +7 -7 src/sys/vm/vm_object.c
More information about the cvs-src
mailing list