diff options
| author | Christoph Hellwig <[email protected]> | 2023-01-21 08:10:43 +0100 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2023-02-02 22:33:30 -0800 |
| commit | f41f036b804d0d920f9b6fd3fca9489dd7afd358 (patch) | |
| tree | 9fab5434a040c941e92bfd9c42611670426c7e20 /tools/perf/scripts/python/task-analyzer.py | |
| parent | 37f3605e5e7af7de12aeb670c5b94e5a3c8dbf74 (diff) | |
mm: remove __vfree
__vfree is a subset of vfree that just skips a few checks, and which is
only used by vfree and an error cleanup path. Fold __vfree into vfree and
switch the only other caller to call vfree() instead.
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Uladzislau Rezki (Sony) <[email protected]>
Reviewed-by: David Hildenbrand <[email protected]>
Cc: Alexander Potapenko <[email protected]>
Cc: Andrey Konovalov <[email protected]>
Cc: Andrey Ryabinin <[email protected]>
Cc: Dmitry Vyukov <[email protected]>
Cc: Vincenzo Frascino <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions