io_uring: move io identity items into separate struct
authorJens Axboe <axboe@kernel.dk>
Wed, 14 Oct 2020 16:48:51 +0000 (10:48 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 16 Oct 2020 13:04:57 +0000 (07:04 -0600)
commit4749c3fc8b9a54f9e204a7b0ad1e425f1863ba3c
tree5913bd6d18002e6902d97ae66f6e8aba9e72f80a
parent3eae5bbc4904f5a861e5c29d7348af2775d528fb
io_uring: move io identity items into separate struct

io-wq contains a pointer to the identity, which we just hold in io_kiocb
for now. This is in preparation for putting this outside io_kiocb. The
only exception is struct files_struct, which we'll need different rules
for to avoid a circular dependency.

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
include/linux/io_uring.h