]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
btrfs: read key again after incrementing slot in move_existing_remaps()
authorMark Harmstone <mark@harmstone.com>
Wed, 25 Feb 2026 10:36:06 +0000 (10:36 +0000)
committerDavid Sterba <dsterba@suse.com>
Tue, 3 Mar 2026 16:03:59 +0000 (17:03 +0100)
commitae1238b77feafa2f7f10bcd0432a99e098a98ec6
tree4dc2429d22e479fe781d01d3df1f8979e6f295b2
parentb2840e33127ce0eea880504b7f133e780f567a9b
btrfs: read key again after incrementing slot in move_existing_remaps()

Fix move_existing_remaps() so that if we increment the slot because the
key we encounter isn't a REMAP_BACKREF, we don't reuse the objectid and
offset of the old item.

Link: https://lore.kernel.org/linux-btrfs/20260125123908.2096548-1-clm@meta.com/
Reported-by: Chris Mason <clm@fb.com>
Fixes: bbea42dfb91f ("btrfs: move existing remaps before relocating block group")
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Mark Harmstone <mark@harmstone.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/relocation.c