forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure wakeup in arc_adapt_thread()
The Illumos 5497 patch didn't include some restructuring of the wakeup in case nothing could be evicted via arc_adjust() which would lead to long delays for callers of arc_get_data_buf(). This commit adopts the Illumos structure in which they're woken in case evicted is zero.
- Loading branch information
Tim Chase
committed
Jul 20, 2015
1 parent
53b1d97
commit 9970711
Showing
1 changed file
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters