summaryrefslogtreecommitdiff
path: root/io_uring/zcrx.h
diff options
context:
space:
mode:
authorPavel Begunkov <asml.silence@gmail.com>2025-09-16 15:27:53 +0100
committerJens Axboe <axboe@kernel.dk>2025-09-16 12:37:20 -0600
commit6c185117291a85937fa67d402efc4f11b2891c6a (patch)
treece79311782fc770822377d3b02c2162ba409b44f /io_uring/zcrx.h
parent439a98b972fbb1991819b5367f482cd4161ba39c (diff)
io_uring/zcrx: remove dmabuf_offset
It was removed from uapi, so now it's always 0 and can be removed together with offset handling in io_populate_area_dma(). Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/zcrx.h')
-rw-r--r--io_uring/zcrx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_uring/zcrx.h b/io_uring/zcrx.h
index 109c4ca36434..24ed473632c6 100644
--- a/io_uring/zcrx.h
+++ b/io_uring/zcrx.h
@@ -20,7 +20,6 @@ struct io_zcrx_mem {
struct dma_buf_attachment *attach;
struct dma_buf *dmabuf;
struct sg_table *sgt;
- unsigned long dmabuf_offset;
};
struct io_zcrx_area {