tracing: Remove unused TRACE_BUFFER bits
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Fri, 14 Feb 2020 21:20:04 +0000 (16:20 -0500)
committerSteven Rostedt (VMware) <rostedt@goodmis.org>
Tue, 3 Mar 2020 22:34:02 +0000 (17:34 -0500)
commit5412e0b763e0c46165fa353f695fa3b68a66ac91
treee6e1187609e1074f7f1a7f80cfcd6452b37807bf
parentb396bfdebffcc05a855137775e38f4652cbca454
tracing: Remove unused TRACE_BUFFER bits

Commit 567cd4da54ff ("ring-buffer: User context bit recursion checking")
added the TRACE_BUFFER bits to be used in the current task's trace_recursion
field. But the final submission of the logic removed the use of those bits,
but never removed the bits themselves (they were never used in upstream
Linux). These can be safely removed.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace.h