summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_cluster.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2009-06-30 19:39:17 +0000
committeralc <alc@FreeBSD.org>2009-06-30 19:39:17 +0000
commit45ba0262c049183900d41cfc9f2d139d31ebdcdb (patch)
tree35039beb5d16cc865272d81c3ea7feccc3267c44 /sys/kern/vfs_cluster.c
parent836bf4cc580f1658ab6e9ccc71a8fb189b302a4c (diff)
downloadFreeBSD-src-45ba0262c049183900d41cfc9f2d139d31ebdcdb.zip
FreeBSD-src-45ba0262c049183900d41cfc9f2d139d31ebdcdb.tar.gz
Remove a stale comment. The very same revision (r85511) that introduced
this comment also implemented the proposed change to the code. Approved by: re (kib)
Diffstat (limited to 'sys/kern/vfs_cluster.c')
-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