]> git.baikalelectronics.ru Git - kernel.git/commit
io-wq: have io_wq_create() take a 'data' argument
authorJens Axboe <axboe@kernel.dk>
Mon, 25 Nov 2019 15:49:20 +0000 (08:49 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 26 Nov 2019 02:56:11 +0000 (19:56 -0700)
commit490159dd6ae3b25d3d8c2db1676a0ac8bb1d65c0
treeb0e84672c7a4fed95d8a00749b25a649fed82548
parentd1fe68a3541cf57fa72e5a2bb89e8902075f3f5d
io-wq: have io_wq_create() take a 'data' argument

We currently pass in 4 arguments outside of the bounded size. In
preparation for adding one more argument, let's bundle them up in
a struct to make it more readable.

No functional changes in this patch.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io-wq.c
fs/io-wq.h
fs/io_uring.c