Date: Thu, 19 Oct 1995 16:48:28 -0700 From: John Dyson <dyson> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern vfs_bio.c Message-ID: <199510192348.QAA06199@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dyson 95/10/19 16:48:27 Modified: sys/kern vfs_bio.c Log: If we clear the B_CACHE flag because a buffer isn't composed fully of valid bytes, we must also clear the B_DONE flag. Some filesystems depend on this (incl NFS) and is probably the cause of the biodone error and subsequent crash. Anyway this change needs to be made.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199510192348.QAA06199>