Author: alc Date: Tue Jun 30 19:39:17 2009 New Revision: 195209 URL: http://svn.freebsd.org/changeset/base/195209
Log: 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) Modified: head/sys/kern/vfs_cluster.c Modified: head/sys/kern/vfs_cluster.c ============================================================================== --- head/sys/kern/vfs_cluster.c Tue Jun 30 19:39:15 2009 (r195208) +++ head/sys/kern/vfs_cluster.c Tue Jun 30 19:39:17 2009 (r195209) @@ -471,9 +471,6 @@ cluster_rbuild(vp, filesize, lbn, blkno, } 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'. _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"