public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
* add a bvec_phys helper
@ 2024-07-05  8:14 Christoph Hellwig
  2024-07-05  8:14 ` [PATCH 1/2] block: pass a phys_addr_t to get_max_segment_size Christoph Hellwig
  2024-07-05  8:14 ` [PATCH 2/2] block: add a bvec_phys helper Christoph Hellwig
  0 siblings, 2 replies; 7+ messages in thread
From: Christoph Hellwig @ 2024-07-05  8:14 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Geert Uytterhoeven, linux-m68k, linux-block

Hi Jens,

this series adds a bvec_phys helper to get the physical address
of a bio_vec so that callers don't have to poke into bvec internals.
There aren't a whole lot of user of it yet, but with the new proposed
DMA mapping API we might grow a lot more soon.

Diffstat:
 arch/m68k/emu/nfblock.c |    2 +-
 block/bio.c             |    2 +-
 block/blk-merge.c       |   22 +++++++++-------------
 block/blk.h             |    4 ++--
 include/linux/bvec.h    |   15 +++++++++++++++
 5 files changed, 28 insertions(+), 17 deletions(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-07-05 11:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-05  8:14 add a bvec_phys helper Christoph Hellwig
2024-07-05  8:14 ` [PATCH 1/2] block: pass a phys_addr_t to get_max_segment_size Christoph Hellwig
2024-07-05  8:41   ` Geert Uytterhoeven
2024-07-05  8:14 ` [PATCH 2/2] block: add a bvec_phys helper Christoph Hellwig
2024-07-05  8:50   ` Geert Uytterhoeven
2024-07-05 11:22     ` Christoph Hellwig
2024-07-05 11:30       ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox