aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/async-thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/async-thread.h')
-rw-r--r--fs/btrfs/async-thread.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/fs/btrfs/async-thread.h b/fs/btrfs/async-thread.h
index 52fc9da..3436ff8 100644
--- a/fs/btrfs/async-thread.h
+++ b/fs/btrfs/async-thread.h
@@ -60,11 +60,12 @@ struct btrfs_workers {
/* max number of workers allowed. changed by btrfs_start_workers */
int max_workers;
+ /* once a worker has this many requests or fewer, it is idle */
+ int idle_thresh;
+
/* list with all the work threads */
struct list_head worker_list;
-
- /* the last worker thread to have something queued */
- struct btrfs_worker_thread *last;
+ struct list_head idle_list;
/* lock for finding the next worker thread to queue on */
spinlock_t lock;