mbox series

[0/3] dm_io cleanup

Message ID 20240614182412.952166-1-bmarzins@redhat.com (mailing list archive)
Headers show
Series dm_io cleanup | expand

Message

Benjamin Marzinski June 14, 2024, 6:24 p.m. UTC
This is a small patchset to remove some code duplication and clean up
some minor issues in dm_io.

Benjamin Marzinski (3):
  dm io: bump num_bvecs to handle offset memory.
  dm io: don't call the async_io notify.fn on invalid num_regions
  dm io: remove code duplication between sync_io and aysnc_io

 drivers/md/dm-io.c | 84 ++++++++++++++++++----------------------------
 1 file changed, 32 insertions(+), 52 deletions(-)