diff options
author | 2021-12-03 17:18:08 -0500 | |
---|---|---|
committer | 2022-01-07 14:18:24 +0100 | |
commit | 7097a941bf75ed1f632342937984a24f0b1d76a4 (patch) | |
tree | 0abacacbc2ab65d855eecc4fb26f29b59a17efd6 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | btrfs: move btrfs_kill_delayed_inode_items into evict (diff) | |
download | linux-dev-7097a941bf75ed1f632342937984a24f0b1d76a4.tar.xz linux-dev-7097a941bf75ed1f632342937984a24f0b1d76a4.zip |
btrfs: remove found_extent from btrfs_truncate_inode_items
We only set this if we find a normal file extent, del_item == 1, and the
file extent points to a real extent and isn't a hole extent. We can use
del_item == 1 && extent_start != 0 to get the same information that
found_extent provides, so remove this variable and use the other
variables instead.
Reviewed-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions