aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorFilipe Manana <[email protected]>2023-03-21 11:13:47 +0000
committerDavid Sterba <[email protected]>2023-04-17 18:01:19 +0200
commit4a6f5ccac52485226e7cade3dd7758f1a3ed8fa5 (patch)
tree1f4addaa0c2c5f87974050d701167ee4ad6fccb4 /tools/perf/scripts/python/bin
parent9aa06c7669dd45b9cd2f4df6f948108d4df1e34c (diff)
btrfs: remove redundant counter check at btrfs_truncate_inode_items()
At btrfs_truncate_inode_items(), in the while loop when we decide that we are going to delete an item, it's pointless to check that 'pending_del_nr' is non-zero in an else clause because the corresponding if statement is checking if 'pending_del_nr' has a value of zero. So just remove that condition from the else clause. Reviewed-by: Josef Bacik <[email protected]> Signed-off-by: Filipe Manana <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions