Loading fs/io-wq.c +0 −2 Original line number Diff line number Diff line Loading @@ -499,8 +499,6 @@ static void io_worker_handle_work(struct io_worker *worker) */ if (test_bit(IO_WQ_BIT_CANCEL, &wq->state)) work->flags |= IO_WQ_WORK_CANCEL; if (worker->mm) work->flags |= IO_WQ_WORK_HAS_MM; if (wq->get_work) { put_work = work; Loading fs/io-wq.h +0 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ struct io_wq; enum { IO_WQ_WORK_CANCEL = 1, IO_WQ_WORK_HAS_MM = 2, IO_WQ_WORK_HASHED = 4, IO_WQ_WORK_UNBOUND = 32, IO_WQ_WORK_CB = 128, Loading Loading
fs/io-wq.c +0 −2 Original line number Diff line number Diff line Loading @@ -499,8 +499,6 @@ static void io_worker_handle_work(struct io_worker *worker) */ if (test_bit(IO_WQ_BIT_CANCEL, &wq->state)) work->flags |= IO_WQ_WORK_CANCEL; if (worker->mm) work->flags |= IO_WQ_WORK_HAS_MM; if (wq->get_work) { put_work = work; Loading
fs/io-wq.h +0 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ struct io_wq; enum { IO_WQ_WORK_CANCEL = 1, IO_WQ_WORK_HAS_MM = 2, IO_WQ_WORK_HASHED = 4, IO_WQ_WORK_UNBOUND = 32, IO_WQ_WORK_CB = 128, Loading