summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/vfs_cluster.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c
index 5082f1f..1ab263c 100644
--- a/sys/kern/vfs_cluster.c
+++ b/sys/kern/vfs_cluster.c
@@ -471,9 +471,6 @@ cluster_rbuild(vp, filesize, lbn, blkno, size, run, fbp)
}
VM_OBJECT_UNLOCK(tbp->b_bufobj->bo_object);
/*
- * XXX shouldn't this be += size for both, like in
- * cluster_wbuild()?
- *
* Don't inherit tbp->b_bufsize as it may be larger due to
* a non-page-aligned size. Instead just aggregate using
* 'size'.
OpenPOWER on IntegriCloud