Date: Sun, 3 Apr 2005 10:24:03 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_default.c Message-ID: <200504031024.j33AO3X3021264@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2005-04-03 10:24:03 UTC FreeBSD src repository Modified files: sys/kern vfs_default.c Log: - Now that writes to character devices supporting softupdates can generate dirty bufs even with a locked vnode, 100 retries is not that many. This should probably change from a retry count to an abort when we are no longer cleaning any buffers. - Don't call vprint() while we still hold the vnode locked. Move the call to later in the function. - Clean up a comment. Revision Changes Path 1.124 +4 -3 src/sys/kern/vfs_default.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504031024.j33AO3X3021264>