diff options
author | Filipe Manana <fdmanana@suse.com> | 2025-01-06 15:09:50 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2025-01-13 16:53:18 +0300 |
commit | 097a7eef61bd0366a822418b2ba074942eb00744 (patch) | |
tree | 5b901841ed167f9b43b5dfa68c8dd977b3f98683 /scripts/lib/kdoc/kdoc_files.py | |
parent | 2a9bb78cfd367fdeff74f15b1e98969912292d9e (diff) | |
download | linux-097a7eef61bd0366a822418b2ba074942eb00744.tar.xz |
btrfs: uncollapse transaction aborts during renames
During renames we are grouping transaction aborts that can be due to a
failure of one of several function calls. While this makes the code less
verbose, it makes it harder to debug as we end up not knowing from which
function call we got an error.
So change this to trigger a transaction abort after each function call
failure, so that when we get a transaction abort message we know exactly
which function call failed, helping us to debug issues.
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions