commit | 65da9a0a3bf2202c2432f42d41eb908f2fa30579 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Wed Apr 27 10:13:46 2016 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Wed Apr 27 10:13:46 2016 -0400 |
tree | 6b2ccebd0141e33079b1cebad8a0831862394c85 | |
parent | dad56ee742a3abbb5d9e8108f8537d412bff3f57 [diff] |
tracing: Make filter_check_discard() local Nothing outside of the tracing directory calls filter_check_discard() or check_filter_check_discard(). They should not be called by modules. Move their prototypes into the local tracing header and remove their EXPORT_SYMBOL() macros. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>