]> git.baikalelectronics.ru Git - kernel.git/commit
tracing: make all file_operations const
authorSteven Rostedt <srostedt@redhat.com>
Fri, 6 Mar 2009 02:44:55 +0000 (21:44 -0500)
committerSteven Rostedt <srostedt@redhat.com>
Fri, 6 Mar 2009 02:46:40 +0000 (21:46 -0500)
commitc496ab1a7735be95c91971433c7c656fda88f63b
tree6d977e4471f8e31245602a26e939368689d2383a
parentfa911d446ff8690aff01024ec7a4efa8a0b02979
tracing: make all file_operations const

Impact: cleanup

All file_operations structures should be constant. No one is going to
change them.

Reported-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
kernel/trace/ftrace.c
kernel/trace/ring_buffer.c
kernel/trace/trace.c
kernel/trace/trace_sysprof.c