mbox series

[v2,0/3] Fix dm_array_cursor skipping and error handling

Message ID 20241205114153.1496986-1-mtsai@redhat.com (mailing list archive)
Headers show
Series Fix dm_array_cursor skipping and error handling | expand

Message

Ming Hung Tsai Dec. 5, 2024, 11:41 a.m. UTC
This patch series addresses a positioning bug in dm_array_cursor_skip()
and two other issues regarding error handling.

Ming-Hung Tsai (3):
  dm array: fix releasing a faulty array block twice in
    dm_array_cursor_end
  dm array: fix unreleased btree blocks on closing a faulty array cursor
  dm array: fix cursor index when skipping across block boundaries

 drivers/md/persistent-data/dm-array.c | 19 ++++++++++++-------
 1 file changed, 12 insertions(+), 7 deletions(-)