diff options
author | Mateusz Nosek <mateusznosek0@gmail.com> | 2020-04-02 07:10:15 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-02 19:35:31 +0300 |
commit | e072bff60a29c82b1536d78c412f009d1a1de4cf (patch) | |
tree | 34c44260d40a6aaa50be834f31ddd828423f5e87 /tools/perf/scripts/python/stackcollapse.py | |
parent | 5644e1fbbfe15ad06785502bbfe5751223e5841d (diff) | |
download | linux-e072bff60a29c82b1536d78c412f009d1a1de4cf.tar.xz |
mm/vmscan.c: clean code by removing unnecessary assignment
Previously 0 was assigned to variable 'lruvec_size', but the variable was
never read later. So the assignment can be removed.
Fixes: f87bccde6a7d ("mm/vmscan: remove unused lru_pages argument")
Signed-off-by: Mateusz Nosek <mateusznosek0@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Wei Yang <richard.weiyang@gmail.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Link: http://lkml.kernel.org/r/20200229214022.11853-1-mateusznosek0@gmail.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions