Page MenuHomeFreeBSD

D33890.diff
No OneTemporary

D33890.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, Nov 19, 9:28 PM (21 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14723792
Default Alt Text
D33890.diff (405 B)

Event Timeline