mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-01 10:42:11 +00: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