commit | 576a347b7af8abfbddc80783fb6629c2894d036e | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Nov 25 08:49:20 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Nov 25 19:56:11 2019 -0700 |
tree | b0e84672c7a4fed95d8a00749b25a649fed82548 | |
parent | 311ae9e159d81a1ec1cf645daf40b39ae5a0bd84 [diff] |
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>