cvs commit: src/sys/sys vnode.h src/sys/kern vfs_bio.c vfs_subr.c
Poul-Henning Kamp
phk at FreeBSD.org
Sun Jul 4 05:49:05 PDT 2004
phk 2004-07-04 12:49:04 UTC
FreeBSD src repository
Modified files:
sys/sys vnode.h
sys/kern vfs_bio.c vfs_subr.c
Log:
Blocksize for I/O should be a property of the vnode and not found by groping
around in the vnodes surroundings when we allocate a block.
Assign a blocksize when we create a vnode, and yell a warning (and ignore it)
if we got the wrong size.
Please email all such warnings to me.
Revision Changes Path
1.438 +5 -0 src/sys/kern/vfs_bio.c
1.499 +1 -0 src/sys/kern/vfs_subr.c
1.240 +1 -0 src/sys/sys/vnode.h
More information about the cvs-all
mailing list