cvs commit: src/sys/kern vfs_subr.c src/sys/vm vm_object.c
Alan Cox
alc at FreeBSD.org
Sat May 3 01:09:25 PDT 2003
alc 2003/05/03 01:09:24 PDT
FreeBSD src repository
Modified files:
sys/kern vfs_subr.c
sys/vm vm_object.c
Log:
- Revert kern/vfs_subr.c revision 1.444. The vm_object's size isn't
trustworthy for vnode-backed objects.
- Restore the old behavior of vm_object_page_remove() when the end
of the given range is zero. Add a comment to vm_object_page_remove()
regarding this behavior.
Reported by: iedowse
Revision Changes Path
1.446 +1 -1 src/sys/kern/vfs_subr.c
1.283 +6 -4 src/sys/vm/vm_object.c
More information about the cvs-src
mailing list