summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2024-10-16 15:54:06 -0600
committerJens Axboe <axboe@kernel.dk>2024-10-29 13:43:27 -0600
commite6d43739d0ee49a39505d696ba6a656f47c2bd39 (patch)
tree1980aa1387b9fa0f6939fa087152003b4a069880
parent51c967c6c9ea6c4d480e4778ace5243db22aa27b (diff)
io_uring: kill 'imu' from struct io_kiocb
It's no longer being used, remove it. Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r--include/linux/io_uring_types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/io_uring_types.h b/include/linux/io_uring_types.h
index 391087144666..6d3ee71bd832 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;