Steven Rostedt (VMware) 7b68621f8d ftrace: Clean up the recursion code a bit
In trace_test_and_set_recursion(), current->trace_recursion is placed into a
variable, and that variable should be used for the processing, as there's no
reason to dereference current multiple times.

On trace_clear_recursion(), current->trace_recursion is modified and there's
no reason to copy it over to a variable.

Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
2020-11-10 20:39:40 -05:00
..
2020-10-22 12:41:00 -07:00
2020-10-30 13:11:46 -07:00
2020-10-24 10:44:18 -07:00
2020-10-23 11:17:56 -07:00
2020-10-24 10:33:08 -07:00
2020-10-28 09:14:49 -03:00
2020-10-23 16:19:02 -07:00
2020-10-24 10:39:22 -07:00
2020-10-12 16:08:57 +02:00
2020-10-25 10:55:35 -07:00