From: Hao Xu <howeyxu@xxxxxxxxxxx> Add fixed worker related members in io_wq_acct. Signed-off-by: Hao Xu <howeyxu@xxxxxxxxxxx> --- io_uring/io-wq.c | 2 ++ 1 file changed, 2 insertions(+) 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 { -- 2.25.1