diff options
author | Leo Martins <loemra.dev@gmail.com> | 2024-08-30 23:24:54 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2024-11-11 16:34:21 +0300 |
commit | 69673992b1aea5540199d9b8b658ede72f55a6cf (patch) | |
tree | aedac278dcdac93ad042116a7a4ee53d90304855 /tools/perf/scripts/python/task-analyzer.py | |
parent | df3b8ca604f224eb4cd51669416ad4d607682273 (diff) | |
download | linux-69673992b1aea5540199d9b8b658ede72f55a6cf.tar.xz |
btrfs: push cleanup into btrfs_read_locked_inode()
Move btrfs_add_inode_to_root() so it can be called from
btrfs_read_locked_inode(), no changes were made to the function.
Move cleanup code from btrfs_iget_path() to btrfs_read_locked_inode.
This improves readability and improves a leaky abstraction. Previously
btrfs_iget_path() had to handle a positive error case as a result of a
call to btrfs_search_slot(), but it makes more sense to handle this
closer to the source of the call.
Signed-off-by: Leo Martins <loemra.dev@gmail.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions