kernel-hacking-2024-linux-s.../drivers/cdrom
Christoph Hellwig 1d2c82001a gdrom: support highmem
The gdrom driver only has a single reference to the virtual address of
the bio data, and uses that only to get the physical address.  Switch
to deriving the physical address from the page directly and thus avoid
bounce buffering highmem data.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210406061648.811275-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2021-04-06 09:29:36 -06:00
..
cdrom.c block: remove unnecessary argument from blk_execute_rq 2021-01-24 21:52:39 -07:00
gdrom.c gdrom: support highmem 2021-04-06 09:29:36 -06:00
Makefile