summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_cluster.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2012-08-15 22:12:01 +0000
committeralc <alc@FreeBSD.org>2012-08-15 22:12:01 +0000
commit6100ffde84e1c884c2318d2c5daf2ff7c6bf309f (patch)
treea3e818d25386b52515ac5c6813d429c7210fc7c1 /sys/kern/vfs_cluster.c
parent313bc375b29119eae385b56df6ef552e2573b934 (diff)
downloadFreeBSD-src-6100ffde84e1c884c2318d2c5daf2ff7c6bf309f.zip
FreeBSD-src-6100ffde84e1c884c2318d2c5daf2ff7c6bf309f.tar.gz
Correct a KASSERT message.
Submitted by: bde
Diffstat (limited to 'sys/kern/vfs_cluster.c')
-rw-r--r--sys/kern/vfs_cluster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c
index aca7058..19ee05f 100644
--- a/sys/kern/vfs_cluster.c
+++ b/sys/kern/vfs_cluster.c
@@ -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));
/*
OpenPOWER on IntegriCloud