mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 15:27:29 +00:00
blk-mq: turn hctx->run_work into a regular work struct
We don't need the larger delayed work struct, since we always run it immediately. Signed-off-by: Jens Axboe <axboe@fb.com>
This commit is contained in:
parent
ee63cfa7fc
commit
27489a3c82
3 changed files with 6 additions and 7 deletions
|
@ -25,7 +25,7 @@ struct blk_mq_hw_ctx {
|
|||
} ____cacheline_aligned_in_smp;
|
||||
|
||||
unsigned long state; /* BLK_MQ_S_* flags */
|
||||
struct delayed_work run_work;
|
||||
struct work_struct run_work;
|
||||
struct delayed_work delay_work;
|
||||
cpumask_var_t cpumask;
|
||||
int next_cpu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue