]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ftrace: Rename dup_hash() and comment it
authorSteven Rostedt (Google) <rostedt@goodmis.org>
Wed, 5 Jun 2024 18:03:35 +0000 (14:03 -0400)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Thu, 6 Jun 2024 16:45:17 +0000 (12:45 -0400)
commit3afd801f4264c7a6c84957cd3ab653cfd8f61d3e
treefc9944f056ea3797a78a9802f6e580086646bfda
parent5efe9688f9488e8e95177d03be2678021233e877
ftrace: Rename dup_hash() and comment it

The name "dup_hash()" is a misnomer as it does not duplicate the hash that
is passed in, but instead moves its entities from that hash to a newly
allocated one. Rename it to "__move_hash()" (using starting underscores as
it is an internal function), and add some comments about what it does.

Link: https://lore.kernel.org/linux-trace-kernel/20240605180408.537723591@goodmis.org
Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/ftrace.c