Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 286f536c authored by Linus Torvalds's avatar Linus Torvalds Committed by Amit Pundir
Browse files

UPSTREAM: locking: avoid passing around 'thread_info' in mutex debugging code



commit 6720a305df74ca30bcc10fc316881641b6ff0c80 upstream.

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: default avatarPeter Zijlstra <peterz@infradead.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>

Change-Id: Idd7d0fe0b2b57ece9a969d178576a12f3ae90701
Signed-off-by: default avatarAmit Pundir <amit.pundir@linaro.org>
parent e991aa38
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment