The main operational changes are in getblk()'s handling of the

B_DELWRI and B_CACHE flags, fixing a bug that showed up with NFS.
    Also, a number of cases where manually inserted code has been removed
    and replaced with an inline function call giving us better functional
    isolation in the source.
This commit is contained in:
Matthew Dillon 1999-01-21 09:19:33 +00:00
parent 39ebd17269
commit 8618c644e4

View File

@ -11,7 +11,7 @@
* 2. Absolutely no warranty of function or purpose is made by the author
* John S. Dyson.
*
* $Id: vfs_bio.c,v 1.193 1999/01/19 08:00:51 dillon Exp $
* $Id: vfs_bio.c,v 1.194 1999/01/21 08:29:05 dillon Exp $
*/
/*