Re: [RFC][PATCH 1/4] futex: Cleanup variable names for futex_top_waiter()
From: Davidlohr Bueso
Date: Tue Oct 04 2016 - 23:59:23 EST
On Mon, 03 Oct 2016, Peter Zijlstra wrote:
futex_top_waiter() returns the top-waiter on the pi_mutex. Assinging
this to a variable 'match' totally obscures the code.
Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>
Reviewed-by: Davidlohr Bueso <dave@xxxxxxxxxxxx>