diff options
| author | 2010-06-30 22:41:43 +0000 | |
|---|---|---|
| committer | 2010-06-30 22:41:43 +0000 | |
| commit | d5ae00ae07866314e73e58fb30c8bc3c88b53ba9 (patch) | |
| tree | 34a654ea8be52f1f4ca0d4199f7835b8ddbbf5bc /sys/kern/vfs_bio.c | |
| parent | This comment is unnecessarily confusing. (diff) | |
| download | wireguard-openbsd-d5ae00ae07866314e73e58fb30c8bc3c88b53ba9.tar.xz wireguard-openbsd-d5ae00ae07866314e73e58fb30c8bc3c88b53ba9.zip | |
Disable/partially backout the bufq quiesce changes as this
is causing havoc with vnds and release must be buildable.
Diffstat (limited to 'sys/kern/vfs_bio.c')
| -rw-r--r-- | sys/kern/vfs_bio.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index b242d58978c..3ce889ace55 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_bio.c,v 1.122 2010/06/29 18:52:20 kettenis Exp $ */ +/* $OpenBSD: vfs_bio.c,v 1.123 2010/06/30 22:41:43 thib Exp $ */ /* $NetBSD: vfs_bio.c,v 1.44 1996/06/11 11:15:36 pk Exp $ */ /* @@ -1228,9 +1228,6 @@ biodone(struct buf *bp) wakeup(bp); } } - - if (bp->b_bq) - bufq_done(bp->b_bq, bp); } #ifdef DDB |
