cvs commit: src/sys/fs/nullfs null_vnops.c src/sys/fs/unionfs
union_vnops.c src/sys/kern vfs_bio.c vfs_default.c vfs_subr.c
src/sys/sys vnode.h src/sys/vm vnode_pager.c
Poul-Henning Kamp
phk at FreeBSD.org
Sun Jul 3 01:09:33 GMT 2005
phk 2005-01-24 13:13:57 UTC
FreeBSD src repository
Modified files:
sys/fs/nullfs null_vnops.c
sys/fs/unionfs union_vnops.c
sys/kern vfs_bio.c vfs_default.c vfs_subr.c
sys/sys vnode.h
sys/vm vnode_pager.c
Log:
Kill the VV_OBJBUF and test the v_object for NULL instead.
Revision Changes Path
1.75 +1 -2 src/sys/fs/nullfs/null_vnops.c
1.122 +1 -3 src/sys/fs/unionfs/union_vnops.c
1.473 +3 -4 src/sys/kern/vfs_bio.c
1.115 +1 -2 src/sys/kern/vfs_default.c
1.568 +0 -2 src/sys/kern/vfs_subr.c
1.270 +0 -1 src/sys/sys/vnode.h
1.210 +1 -1 src/sys/vm/vnode_pager.c
More information about the cvs-src
mailing list