cvs commit: src/sys/kern vfs_default.c
Jeff Roberson
jeff at FreeBSD.org
Sun Apr 3 03:24:03 PDT 2005
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
More information about the cvs-src
mailing list