diff options
| author | Filipe Manana <[email protected]> | 2023-09-08 18:20:36 +0100 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2023-10-12 16:44:06 +0200 |
| commit | b6ea3e6ab569d9ed7472e8df4cbf5f78fe49f277 (patch) | |
| tree | b82d915a608cb75340c9b7b5e85c860d9956b0fb /tools/perf/scripts/python/stackcollapse.py | |
| parent | 3ee56a58ad8921cb43c49d56347a8e270871844c (diff) | |
btrfs: remove pointless initialization at btrfs_delayed_refs_rsv_release()
There's no point in initializing to 0 the local variable 'released' as
we don't use it before the next assignment to it. So remove the
initialization. This may help avoid some warnings with clang tools such
as the one reported/fixed by commit 966de47ff0c9 ("btrfs: remove redundant
initialization of variables in log_new_ancestors").
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/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions