cvs commit: src/sys/kern vfs_bio.c
Hiten Pandya
hmp at crater.dragonflybsd.org
Thu Mar 11 12:15:42 PST 2004
hmp 2004/03/11 12:14:46 PST
DragonFly src repository
Modified files:
sys/kern vfs_bio.c
Log:
Replace a manual check for a VMIO candidate with vn_canvmio() under
VFS_BIO_DEBUG.
This silences an annoying warning in getblk() when VMIO'ing on a
VDIR (directory) vnode; this happens due to vmiodirenable sysctl
being set to `1'.
Discussed with: Matthew Dillon
Revision Changes Path
1.20 +1 -1 src/sys/kern/vfs_bio.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/vfs_bio.c.diff?r1=1.19&r2=1.20&f=h
More information about the Commits
mailing list