summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-07-04 19:42:25 +0000
committerphk <phk@FreeBSD.org>2004-07-04 19:42:25 +0000
commit59c88fd71a233093e6ea7e8afb491fd5803ae5a7 (patch)
treeac390c200c8b5622c25bb00aa3a8331fe28fa7bf /sys/kern/vfs_bio.c
parent7662db4aa1781530b9ac3f043b3602cbf141b788 (diff)
downloadFreeBSD-src-59c88fd71a233093e6ea7e8afb491fd5803ae5a7.zip
FreeBSD-src-59c88fd71a233093e6ea7e8afb491fd5803ae5a7.tar.gz
Make the last commit handle non-phk root devices better.
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r--sys/kern/vfs_bio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index 6050c07..ba939fe 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -2573,6 +2573,7 @@ loop:
if (vp->v_bsize != bsize) {
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);
+ vp->v_bsize = bsize;
}
offset = blkno * bsize;
OpenPOWER on IntegriCloud