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)
commit576a347b7af8abfbddc80783fb6629c2894d036e
treeb0e84672c7a4fed95d8a00749b25a649fed82548
parent311ae9e159d81a1ec1cf645daf40b39ae5a0bd84
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