diff options
author | Yue Hu <[email protected]> | 2019-03-05 15:49:27 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2019-03-05 21:07:20 -0800 |
commit | 5a7f1b2f2fbeb40c735639c9a86910d86fd5ec41 (patch) | |
tree | 54236e14fb6347f320a7122cae1e30cdc4b6f69e /tools/perf/scripts/python/export-to-sqlite.py | |
parent | a33228682c2039f086823ac798242734ec0eb4e5 (diff) |
mm/cma_debug.c: remove static scoped cma_debugfs_root
Currently cma_debugfs_root is static storage. That is unnecessary since
it will be only used by next cma_debugfs_add_one(). We can just pass it
to following calling to save thisspace. Also remove useless idx
parameter.
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Yue Hu <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: David Rientjes <[email protected]>
Cc: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions