diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index 20f809b94c2a..e8ff1b1fa310 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -2571,8 +2571,9 @@ getblk(struct vnode * vp, daddr_t blkno, int size, int slpflag, int slptimeo, bsize = size; if (vp->v_bsize != bsize) { +#if 0 printf("WARNING: Wrong block size on vnode: %d should be %d\n", vp->v_bsize, bsize); - vprint("Please email phk@FreeBSD.org this info\n", vp); +#endif vp->v_bsize = bsize; }