]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: move transaction aborts to the error site in remove_from_free_space_tree()
authorDavid Sterba <dsterba@suse.com>
Wed, 30 Apr 2025 16:45:20 +0000 (18:45 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 15 May 2025 12:30:54 +0000 (14:30 +0200)
commit11f25fad92ade05c5f84907222ea3f88afdc1767
tree3c26259002d0381fc7dbb3e1cbbc15994bc5f064
parentaddaa67e3328403c272593c6776bbe90425f01d7
btrfs: move transaction aborts to the error site in remove_from_free_space_tree()

Transaction aborts should be done next to the place the error happens,
which was not done in remove_from_free_space_tree().

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/free-space-tree.c