Page MenuHomeFreeBSD

D33890.id101445.diff
No OneTemporary

D33890.id101445.diff

diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -3464,7 +3464,7 @@
* to avoid endless loops on unlockable buffers.
*/
mtx_lock(&bdlock);
- if (!BIT_EMPTY(BUF_DOMAINS, &bdlodirty)) {
+ if (BIT_EMPTY(BUF_DOMAINS, &bdlodirty)) {
/*
* We reached our low water mark, reset the
* request and sleep until we are needed again.

File Metadata

Mime Type
text/plain
Expires
Tue, Dec 30, 2:10 AM (30 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27373326
Default Alt Text
D33890.id101445.diff (405 B)

Event Timeline