Message ID | 20230609122031.183730-5-hao.xu@linux.dev (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | fixed worker | expand |
diff --git a/io_uring/io-wq.c b/io_uring/io-wq.c index 7326fef58ca7..bf9e9af8d9ca 100644 --- a/io_uring/io-wq.c +++ b/io_uring/io-wq.c @@ -84,6 +84,8 @@ struct io_wq_acct { raw_spinlock_t lock; struct io_wq_work_list work_list; unsigned long flags; + struct io_worker **fixed_workers; + unsigned int fixed_nr; }; enum {