aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2018-12-23 09:57:06 +0100
committerDavid Sterba <[email protected]>2019-02-25 14:13:15 +0100
commit9cf10cc195c755e96f818731deeb80fa140d0f97 (patch)
treebfe9939ef94eebf21deca4d614a52f2c55b2825e /tools/perf/scripts/python/bin
parent5908e6b738e3357af42c10e1183753c70a0117a9 (diff)
Btrfs: drop useless LIST_HEAD in merge_reloc_root
Drop LIST_HEAD where the variable it declares is never used. The uses were removed in 3fd0a5585eb9 ("Btrfs: Metadata ENOSPC handling for balance"), but not the declaration. The semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ identifier x; @@ - LIST_HEAD(x); ... when != x // </smpl> Signed-off-by: Julia Lawall <[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