mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Neuter this warning for now, I think I know the remaining issues.
This commit is contained in:
parent
57a21aba93
commit
a3d57cfbfd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132628
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user