diff options
author | Minchan Kim <[email protected]> | 2015-04-15 16:16:18 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2015-04-15 16:35:22 -0700 |
commit | 839373e645d12613308d9148041c4bd967bce8d5 (patch) | |
tree | 79a29675e15f8eb8bd4fcca5f035a96b2154e049 /tools/perf/scripts/python/event_analyzing_sample.py | |
parent | 495819ead5ad02174208994ca610852a7791a2f2 (diff) |
zsmalloc: remove unnecessary insertion/removal of zspage in compaction
In putback_zspage, we don't need to insert a zspage into list of zspage
in size_class again to just fix fullness group. We could do directly
without reinsertion so we could save some instuctions.
Reported-by: Heesub Shin <[email protected]>
Signed-off-by: Minchan Kim <[email protected]>
Cc: Nitin Gupta <[email protected]>
Cc: Sergey Senozhatsky <[email protected]>
Cc: Dan Streetman <[email protected]>
Cc: Seth Jennings <[email protected]>
Cc: Ganesh Mahendran <[email protected]>
Cc: Luigi Semenzato <[email protected]>
Cc: Gunho Lee <[email protected]>
Cc: Juneho Choi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions