mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 18:53:30 +00:00
mm/codetag: fix a typo
Link: https://lkml.kernel.org/r/20240906042108.1150526-1-yuzhao@google.com
Fixes: 22d407b164
("lib: add allocation tagging support for memory allocation profiling")
Signed-off-by: Yu Zhao <yuzhao@google.com>
Acked-by: Suren Baghdasaryan <surenb@google.com>
Acked-by: Muchun Song <muchun.song@linux.dev>
Cc: Kent Overstreet <kent.overstreet@linux.dev>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
6004fe001d
commit
eebc0f4846
@ -70,7 +70,7 @@ static inline struct alloc_tag *ct_to_alloc_tag(struct codetag *ct)
|
||||
/*
|
||||
* When percpu variables are required to be defined as weak, static percpu
|
||||
* variables can't be used inside a function (see comments for DECLARE_PER_CPU_SECTION).
|
||||
* Instead we will accound all module allocations to a single counter.
|
||||
* Instead we will account all module allocations to a single counter.
|
||||
*/
|
||||
DECLARE_PER_CPU(struct alloc_tag_counters, _shared_alloc_tag);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user