]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
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 1ab9324e602f5918da5ee42fc00059dc5b4deda6..c2e7031f6d096c31faf7ade71c47d26be6ebe19f 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;