projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff24430
)
io_uring: io_sq_thread() no longer needs to reset current->pf_io_worker
author
Stefan Metzmacher
<metze@samba.org>
Sat, 24 Apr 2021 23:26:04 +0000
(
01:26
+0200)
committer
Jens Axboe
<axboe@kernel.dk>
Sun, 25 Apr 2021 16:29:05 +0000
(10:29 -0600)
This is done by create_io_thread() now.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
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 be2be0530798be08953d4429d4c86837f77dfccd..eef373394ee9f821ee98070d0311867ac7e5258f 100644
(file)
--- a/
fs/io_uring.c
+++ b/
fs/io_uring.c
@@
-6809,7
+6809,6
@@
static int io_sq_thread(void *data)
snprintf(buf, sizeof(buf), "iou-sqp-%d", sqd->task_pid);
set_task_comm(current, buf);
- current->pf_io_worker = NULL;
if (sqd->sq_cpu != -1)
set_cpus_allowed_ptr(current, cpumask_of(sqd->sq_cpu));