Author: kib Date: Wed Dec 12 05:02:56 2012 New Revision: 244137 URL: http://svnweb.freebsd.org/changeset/base/244137
Log: MFC r244054: Remove useless comment. Modified: stable/9/sys/kern/vfs_bio.c Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/kern/vfs_bio.c ============================================================================== --- stable/9/sys/kern/vfs_bio.c Wed Dec 12 05:01:01 2012 (r244136) +++ stable/9/sys/kern/vfs_bio.c Wed Dec 12 05:02:56 2012 (r244137) @@ -2649,8 +2649,6 @@ loop: * If this check ever becomes a bottleneck it may be better to * move it into the else, when gbincore() fails. At the moment * it isn't a problem. - * - * XXX remove if 0 sections (clean this up after its proven) */ if (numfreebuffers == 0) { if (TD_IS_IDLETHREAD(curthread)) _______________________________________________ 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"