]> www.infradead.org Git - users/hch/configfs.git/commit
tracing: Make system_callback() function static
authorSteven Rostedt (Google) <rostedt@goodmis.org>
Thu, 5 Oct 2023 14:47:45 +0000 (10:47 -0400)
committerSteven Rostedt (Google) <rostedt@goodmis.org>
Thu, 5 Oct 2023 14:49:46 +0000 (10:49 -0400)
commit5ddd8baa4857709b4e5d84b376d735152851955b
tree0d4687d97638286f75845aed841e571357fd43bb
parent2819f23ac12ce93ff79ca7a54597df9a4a1f6331
tracing: Make system_callback() function static

The system_callback() function in trace_events.c is only used within that
file. The "static" annotation was missed.

Fixes: 5790b1fb3d672 ("eventfs: Remove eventfs_file and just use eventfs_inode")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202310051743.y9EobbUr-lkp@intel.com/
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
kernel/trace/trace_events.c