diff options
| author | Colin Ian King <[email protected]> | 2022-01-14 14:03:45 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2022-01-15 16:30:24 +0200 |
| commit | f018844f834a2fc3bc7ba5f6915d5020e930a086 (patch) | |
| tree | 472b46cab5e1c294e2902cbf15fc0cb0e1dc5cf7 /tools/perf/scripts/python/flamegraph.py | |
| parent | 59430cc1141caf75840bd69877b59d7bf292829e (diff) | |
ocfs2: remove redundant assignment to pointer root_bh
The variable 'root_bh' is being initialized with a value that is not
read, it is being re-assigned later on closer to its use. The early
initialization is redundant and can be removed.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Colin Ian King <[email protected]>
Acked-by: Joseph Qi <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Joel Becker <[email protected]>
Cc: Junxiao Bi <[email protected]>
Cc: Changwei Ge <[email protected]>
Cc: Gang He <[email protected]>
Cc: Jun Piao <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions