Date: Tue, 30 Jun 2009 19:39:17 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r195209 - head/sys/kern Message-ID: <200906301939.n5UJdHrb090506@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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'.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906301939.n5UJdHrb090506>