Neuter this warning for now, I think I know the remaining issues.

This commit is contained in:
Poul-Henning Kamp 2004-07-25 08:09:21 +00:00
parent 57a21aba93
commit a3d57cfbfd

View file

@ -2571,8 +2571,9 @@ loop:
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;
}