Date: Fri, 12 Mar 2004 04:02:12 -0800 (PST) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_bio.c Message-ID: <200403121202.i2CC2CYx050408@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2004/03/12 04:02:12 PST FreeBSD src repository Modified files: sys/kern vfs_bio.c Log: Replace a manual check of a VMIO candidate with vn_canvmio(). This silences an annoying warning in getblk() when VMIO'ing on a directory vnode, which can happen when vfs.vmiodirenable is 1. Bring the warning message in line with reality at the same time. Submitted by: hmp Revision Changes Path 1.432 +3 -2 src/sys/kern/vfs_bio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403121202.i2CC2CYx050408>