[RFC patch 1/5] futex: Misc cleanups

2013-11-25 Thread Thomas Gleixner
From: Jason Low - Remove unnecessary head variables. - Delete unused parameter in queue_unlock(). Signed-off-by: Jason Low Signed-off-by: Davidlohr Bueso Link: http://lkml.kernel.org/r/1385168197-8612-2-git-send-email-davidl...@hp.com Signed-off-by: Thomas Gleixner --- kernel/futex.c | 40

Re: [PATCH 1/5] futex: Misc cleanups

2013-11-22 Thread Darren Hart
On Fri, 2013-11-22 at 16:56 -0800, Davidlohr Bueso wrote: > From: Jason Low > > - Remove unnecessary head variables. > - Delete unused parameter in queue_unlock(). > > Cc: Ingo Molnar > Cc: Darren Hart > Cc: Peter Zijlstra > Cc: Thomas Gleixner > Cc: Mike Galbraith > Cc: Jeff Mahoney > Cc:

[PATCH 1/5] futex: Misc cleanups

2013-11-22 Thread Davidlohr Bueso
From: Jason Low - Remove unnecessary head variables. - Delete unused parameter in queue_unlock(). Cc: Ingo Molnar Cc: Darren Hart Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: Mike Galbraith Cc: Jeff Mahoney Cc: Linus Torvalds Cc: Scott Norton Cc: Tom Vaden Cc: Aswin Chandramouleeswaran C