summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1999-01-21 09:19:33 +0000
committerdillon <dillon@FreeBSD.org>1999-01-21 09:19:33 +0000
commit6bd52e6f4b4e607fc30a9f4570bc14aa9433c38c (patch)
tree4f98766f683605194b5fec75e3ec0e8d63515236 /sys/kern/vfs_bio.c
parentb90a2bf7064601446eda1e2f397e4b3baa1ef9f1 (diff)
downloadFreeBSD-src-6bd52e6f4b4e607fc30a9f4570bc14aa9433c38c.zip
FreeBSD-src-6bd52e6f4b4e607fc30a9f4570bc14aa9433c38c.tar.gz
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.
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r--sys/kern/vfs_bio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index 3bb204e..3664ccd 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -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 $
*/
/*
OpenPOWER on IntegriCloud