summaryrefslogtreecommitdiff
path: root/scripts/extract-fwblobs
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2025-09-02 17:08:19 +0100
committerDavid Sterba <dsterba@suse.com>2025-09-23 08:49:20 +0200
commitf9c02e4b525d766bebfcbeac1b25b03aacfe62f1 (patch)
tree11fab15f46766fb81407d9a21ddbfd1bb2c7c524 /scripts/extract-fwblobs
parent9bdfa3eddb67e73f57d1e527e1ba2dcca3bd08c4 (diff)
btrfs: remove redundant path release when overwriting item during log replay
At overwrite_item() we have a redundant btrfs_release_path() just before failing with -ENOMEM, as the caller who passed in the path will free it and therefore also release any refcounts and locks on the extent buffers of the path. So remove it. 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/extract-fwblobs')
0 files changed, 0 insertions, 0 deletions