aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Dyson <dyson@FreeBSD.org>1997-11-24 06:18:27 +0000
committerJohn Dyson <dyson@FreeBSD.org>1997-11-24 06:18:27 +0000
commit4ced7dd5bfe688ebe95fc18f9528d3b8ff1257ea (patch)
treeb8981b6ef9720d8d261c3c4dad101e4bbe85c9d6
parent289500ad9e596bd88b738bbe93d1823beacca6af (diff)
Notes
-rw-r--r--sys/kern/vfs_bio.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index 72a276195a84..1361d43bf594 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -18,7 +18,7 @@
* 5. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: vfs_bio.c,v 1.133 1997/11/06 19:29:29 phk Exp $
+ * $Id: vfs_bio.c,v 1.134 1997/11/07 08:53:04 phk Exp $
*/
/*
@@ -651,10 +651,6 @@ brelse(struct buf * bp)
LIST_REMOVE(bp, b_hash);
LIST_INSERT_HEAD(&invalhash, bp, b_hash);
bp->b_dev = NODEV;
- /*
- * Get rid of the kva allocation *now*
- */
- bfreekva(bp);
/* buffers with junk contents */
} else if (bp->b_flags & (B_ERROR | B_INVAL | B_NOCACHE | B_RELBUF)) {