OSDN Git Service

ftrace: Store the order of pages allocated in ftrace_page
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Apr 2021 20:14:17 +0000 (16:14 -0400)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Thu, 1 Apr 2021 20:55:45 +0000 (16:55 -0400)
commitdb42523b4f3e83ff86b53cdda219a9767c8b047f
treed25a2e1fa08be42771eff39ed4a49f423002dc6d
parentf3ef7202ef7c705d640d1aeec3b286a641ac9186
ftrace: Store the order of pages allocated in ftrace_page

Instead of saving the size of the records field of the ftrace_page, store
the order it uses to allocate the pages, as that is what is needed to know
in order to free the pages. This simplifies the code.

Link: https://lore.kernel.org/lkml/CAHk-=whyMxheOqXAORt9a7JK9gc9eHTgCJ55Pgs4p=X3RrQubQ@mail.gmail.com/
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
[ change log written by Steven Rostedt ]
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/ftrace.c