mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Neuter this warning for now, I think I know the remaining issues.
This commit is contained in:
parent
57a21aba93
commit
a3d57cfbfd
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue