projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6820768
)
io_uring: remove tctx->sqpoll
author
Pavel Begunkov
<asml.silence@gmail.com>
Mon, 22 Mar 2021 01:58:27 +0000
(
01:58
+0000)
committer
Jens Axboe
<axboe@kernel.dk>
Sun, 11 Apr 2021 23:41:59 +0000
(17:41 -0600)
struct io_uring_task::sqpoll is not used anymore, kill it
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c
patch
|
blob
|
history
diff --git
a/fs/io_uring.c
b/fs/io_uring.c
index b33cc2926ac613bd0148ea0c8c3e44a7a6e98416..90b26221ba31f48e57d564a7ec118216ec6d1176 100644
(file)
--- a/
fs/io_uring.c
+++ b/
fs/io_uring.c
@@
-464,7
+464,6
@@
struct io_uring_task {
struct io_wq *io_wq;
struct percpu_counter inflight;
atomic_t in_idle;
- bool sqpoll;
spinlock_t task_lock;
struct io_wq_work_list task_list;