Re: [patch 5/6] rtmutex: Clarify the lock chain walk

2014-05-30 Thread Steven Rostedt
On Thu, 22 May 2014 03:25:54 - Thomas Gleixner wrote: > Add a separate local variable for the boost/deboost logic to make the > code more readable. Add comments where appropriate. > > Signed-off-by: Thomas Gleixner > --- > kernel/locking/rtmutex.c | 50 >

[patch 5/6] rtmutex: Clarify the lock chain walk

2014-05-21 Thread Thomas Gleixner
Add a separate local variable for the boost/deboost logic to make the code more readable. Add comments where appropriate. Signed-off-by: Thomas Gleixner --- kernel/locking/rtmutex.c | 50 +++ 1 file changed, 42 insertions(+), 8 deletions(-) Index: t