Correct a KASSERT message.

Submitted by:	bde
This commit is contained in:
Alan Cox 2012-08-15 22:12:01 +00:00
parent 7d684b4b18
commit 33327b9e9b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=239315

View File

@ -315,7 +315,7 @@ cluster_rbuild(vp, filesize, lbn, blkno, size, run, fbp)
int i, inc, j, toff;
KASSERT(size == vp->v_mount->mnt_stat.f_iosize,
("cluster_rbuild: size %ld != filesize %jd\n",
("cluster_rbuild: size %ld != f_iosize %jd\n",
size, (intmax_t)vp->v_mount->mnt_stat.f_iosize));
/*