File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -405,8 +405,7 @@ static void io_wqe_dec_running(struct io_worker *worker)
405
405
* Worker will start processing some work. Move it to the busy list, if
406
406
* it's currently on the freelist
407
407
*/
408
- static void __io_worker_busy (struct io_wqe * wqe , struct io_worker * worker ,
409
- struct io_wq_work * work )
408
+ static void __io_worker_busy (struct io_wqe * wqe , struct io_worker * worker )
410
409
__must_hold (wqe - > lock )
411
410
{
412
411
if (worker -> flags & IO_WORKER_F_FREE ) {
@@ -556,7 +555,7 @@ static void io_worker_handle_work(struct io_worker *worker)
556
555
*/
557
556
work = io_get_next_work (acct , worker );
558
557
if (work )
559
- __io_worker_busy (wqe , worker , work );
558
+ __io_worker_busy (wqe , worker );
560
559
561
560
raw_spin_unlock (& wqe -> lock );
562
561
if (!work )
You can’t perform that action at this time.
0 commit comments