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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132628

View File

@ -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;
}