Author: kib Date: Sun Dec 9 20:34:11 2012 New Revision: 244054 URL: http://svnweb.freebsd.org/changeset/base/244054
Log: Remove useless comment. MFC after: 3 days Modified: head/sys/kern/vfs_bio.c Modified: head/sys/kern/vfs_bio.c ============================================================================== --- head/sys/kern/vfs_bio.c Sun Dec 9 20:26:51 2012 (r244053) +++ head/sys/kern/vfs_bio.c Sun Dec 9 20:34:11 2012 (r244054) @@ -2605,8 +2605,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-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"