diff options
| author | Sergey Senozhatsky <[email protected]> | 2023-07-09 11:56:26 +0900 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2023-08-18 10:12:18 -0700 |
| commit | f9044f170c5e89a12116066d1b9b932e934b9efb (patch) | |
| tree | 4fe52dd2c284f2c8b6850ceddc1b7dc3159ac85f /tools/perf/scripts/python | |
| parent | 99aa77215ad0254bf15f84e58fe9f3f1d942ff0f (diff) | |
zsmalloc: remove obj_tagged()
obj_tagged() is not needed at this point, because objects can only have
one tag: OBJ_ALLOCATED_TAG. We needed obj_tagged() for the zsmalloc LRU
implementation, which has now been removed. Simplify zsmalloc code and
revert to the previous implementation that was in place before the
zsmalloc LRU series.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Sergey Senozhatsky <[email protected]>
Acked-by: Nhat Pham <[email protected]>
Cc: Minchan Kim <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions