io-wq: remove unused 'user' member of io_wq
authorJens Axboe <axboe@kernel.dk>
Mon, 8 Mar 2021 16:34:43 +0000 (09:34 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 10 Mar 2021 14:28:42 +0000 (07:28 -0700)
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>
fs/io-wq.c

index 1ab9324..c2e7031 100644 (file)
@@ -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;