projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61cf937
)
io-wq: remove unused 'user' member of io_wq
author
Jens Axboe
<axboe@kernel.dk>
Mon, 8 Mar 2021 16:34:43 +0000
(09:34 -0700)
committer
Jens 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
patch
|
blob
|
history
diff --git
a/fs/io-wq.c
b/fs/io-wq.c
index 1ab9324e602f5918da5ee42fc00059dc5b4deda6..c2e7031f6d096c31faf7ade71c47d26be6ebe19f 100644
(file)
--- 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;