Date: Sun, 4 Jul 2004 12:49:04 +0000 (UTC) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys vnode.h src/sys/kern vfs_bio.c vfs_subr.c Message-ID: <200407041249.i64Cn4U3043356@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407041249.i64Cn4U3043356>