aboutsummaryrefslogtreecommitdiffstats
path: root/fs/io-wq.c
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2021-03-08 09:34:43 -0700
committerJens Axboe <axboe@kernel.dk>2021-03-10 07:28:42 -0700
commitcc20e3fec682700b673fcd286e6bef8e9da947e2 (patch)
tree78d9e0310f90c0a3010434a467f5b41eab4f9ea0 /fs/io-wq.c
parentio_uring: Convert personality_idr to XArray (diff)
downloadlinux-dev-cc20e3fec682700b673fcd286e6bef8e9da947e2.tar.xz
linux-dev-cc20e3fec682700b673fcd286e6bef8e9da947e2.zip
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>
Diffstat (limited to 'fs/io-wq.c')
-rw-r--r--fs/io-wq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/io-wq.c b/fs/io-wq.c
index 1ab9324e602f..c2e7031f6d09 100644
--- a/fs/io-wq.c
+++ b/fs/io-wq.c
@@ -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;