mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 02:53:36 +02:00
io_uring: kill 'imu' from struct io_kiocb
It's no longer being used, remove it. Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
51c967c6c9
commit
e6d43739d0
|
|
@ -613,9 +613,6 @@ struct io_kiocb {
|
|||
struct task_struct *task;
|
||||
|
||||
union {
|
||||
/* store used ubuf, so we can prevent reloading */
|
||||
struct io_mapped_ubuf *imu;
|
||||
|
||||
/* stores selected buf, valid IFF REQ_F_BUFFER_SELECTED is set */
|
||||
struct io_buffer *kbuf;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user