mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 12:44:11 +08:00
io-wq: remove unused 'user' member of io_wq
Previous patches killed the last user of this, now it's just a dead member in the struct. Get rid of it. Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
61cf93700f
commit
cc20e3fec6
@ -110,7 +110,6 @@ struct io_wq {
|
||||
io_wq_work_fn *do_work;
|
||||
|
||||
struct task_struct *manager;
|
||||
struct user_struct *user;
|
||||
|
||||
struct io_wq_hash *hash;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user