diff options
author | Ming Lei <ming.lei@redhat.com> | 2023-03-30 19:36:24 +0800 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-04-02 19:22:55 -0600 |
commit | ae9f5ccea4c268a96763e51239b32d6b5172c18c (patch) | |
tree | a7a1f1f41e4700db5cf175cb4b9d7d38e73e26fa /block | |
parent | 96cf2f5404c8bc979628a2b495852d735a56c5b5 (diff) | |
download | linux-stable-ae9f5ccea4c268a96763e51239b32d6b5172c18c.tar.gz linux-stable-ae9f5ccea4c268a96763e51239b32d6b5172c18c.tar.bz2 linux-stable-ae9f5ccea4c268a96763e51239b32d6b5172c18c.zip |
block: ublk_drv: cleanup 'struct ublk_map_data'
'struct ublk_map_data' is passed to ublk_copy_user_pages()
for copying data between userspace buffer and request pages.
Here what matters is userspace buffer address/len and 'struct request',
so replace ->io field with user buffer address, and rename max_bytes
as len.
Meantime remove 'ubq' field from ublk_map_data, since it isn't used
any more.
Then code becomes more readable.
Reviewed-by: Ziyang Zhang <ZiyangZhang@linux.alibaba.com>
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions