diff mbox series

[4/4] io_uring: kill 'imu' from struct io_kiocb

Message ID 20241018183948.464779-5-axboe@kernel.dk (mailing list archive)
State New
Headers show
Series Get rid of io_kiocb->imu | expand

Commit Message

Jens Axboe Oct. 18, 2024, 6:38 p.m. UTC
It's no longer being used, remove it.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
---
 include/linux/io_uring_types.h | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/include/linux/io_uring_types.h b/include/linux/io_uring_types.h
index 9c7e1d3f06e5..ae42f819c287 100644
--- a/include/linux/io_uring_types.h
+++ b/include/linux/io_uring_types.h
@@ -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;