]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Sat, 17 Oct 2020 15:25:45 +0000 (09:25 -0600)
commit2f699a4b4fa6cbe4b3cc816c1daebe6d51e8599d
treec0064a41d21000fd3c48b8ebe3ea1c54c9dae69c
parent7a05acb8fbf360fef06d4f87696b14d95fde91f0
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