Linus Torvalds 6720a305df locking: avoid passing around 'thread_info' in mutex debugging code
None of the code actually wants a thread_info, it all wants a
task_struct, and it's just converting back and forth between the two
("ti->task" to get the task_struct from the thread_info, and
"task_thread_info(task)" to go the other way).

No semantic change.

Acked-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2016-06-23 12:11:17 -07:00
..
2016-03-22 15:36:02 -07:00
2016-01-26 11:08:35 +01:00
2016-05-26 00:04:58 -04:00
2015-02-18 16:57:13 +01:00
2015-01-03 14:32:57 -05:00