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)
This commit is contained in:
Alan Cox 2009-06-30 19:39:17 +00:00
parent 98c497255b
commit 9785747f87

View File

@ -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'.