summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_cluster.c
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2009-06-30 19:39:17 +0000
committerAlan Cox <alc@FreeBSD.org>2009-06-30 19:39:17 +0000
commit9785747f8760428755716aa85c61f7ffec8abed3 (patch)
tree35039beb5d16cc865272d81c3ea7feccc3267c44 /sys/kern/vfs_cluster.c
parent98c497255bfede8a6febd39cea654d5a0ba63bca (diff)
Notes
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 5082f1febf55..1ab263c52682 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'.