svn commit: r195209 - head/sys/kern

Alan Cox alc at FreeBSD.org
Tue Jun 30 19:39:18 UTC 2009


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


More information about the svn-src-head mailing list