]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: decentralize transaction aborts in create_reloc_root()
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>
Mon, 22 Jun 2026 08:22:24 +0000 (10:22 +0200)
committerDavid Sterba <dsterba@suse.com>
Tue, 30 Jun 2026 00:02:02 +0000 (02:02 +0200)
commit9e37d187e1e62bd3d450429203f98402cefb3ef2
tree3cb94927d978cc90e3128d06d8aee5b9a1079913
parent3dc22abc21f5892406c09202fa2627196cc96967
btrfs: decentralize transaction aborts in create_reloc_root()

Decentralize transaction aborts in create_reloc_root(), so that it is
obvious which call failed and what caused the transaction abort.

Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/relocation.c