-
由 Steven Rostedt (VMware) 提交于
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: NSteven Rostedt (VMware) <rostedt@goodmis.org>
7b68621f