mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Correct a KASSERT message.
Submitted by: bde
This commit is contained in:
parent
7d684b4b18
commit
33327b9e9b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=239315
@ -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));
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user