diff options
author | Dou Liyang <[email protected]> | 2017-07-10 15:49:20 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2017-07-10 16:32:32 -0700 |
commit | a7be6e5a7f8da433065b23f98ff68f445113080a (patch) | |
tree | ada957b19769abb02d0dbea56aa84b67daa679b3 /tools/perf/scripts/python/net_dropmonitor.py | |
parent | 727c080f03e7e2e20e868efd461d4f1022b61d9b (diff) |
mm: drop useless local parameters of __register_one_node()
__register_one_node() initializes local parameters "p_node" & "parent"
for register_node().
But, register_node() does not use them.
Remove the related code of "parent" node, cleanup __register_one_node()
and register_node().
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Dou Liyang <[email protected]>
Acked-by: David Rientjes <[email protected]>
Acked-by: Michal Hocko <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions