On Thu, Oct 24, 2024 at 10:23 AM Suren Baghdasaryan <surenb@xxxxxxxxxx> wrote: > > pgalloc_tag_copy() and pgalloc_tag_split() are sizable and outside of > any performance-critical paths, so it should be fine to uninline them. > Also move their declarations into pgalloc_tag.h which seems like a more > appropriate place for them. > No functional changes other than uninlining. > > Signed-off-by: Suren Baghdasaryan <surenb@xxxxxxxxxx> > Suggested-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Acked-by: Yu Zhao <yuzhao@xxxxxxxxxx>