Commit e6d43739 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: kill 'imu' from struct io_kiocb



It's no longer being used, remove it.

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 51c967c6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;