cvs commit: src/sys/kern vfs_bio.c
Dag-Erling Smorgrav
des at FreeBSD.org
Fri Mar 12 04:02:15 PST 2004
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
More information about the cvs-src
mailing list