Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102930046
D33890.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
405 B
Referenced Files
None
Subscribers
None
D33890.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D33890: Fix inverse sleep logic in buf_daemon()
Attached
Detach File
Event Timeline
Log In to Comment