Re: [PATCH 2/2] futex: Fix argument handling in futex_lock_pi() calls

2015-01-17 Thread Michael Kerrisk (man-pages)
On 01/17/2015 03:04 AM, Darren Hart wrote: > On Fri, Jan 16, 2015 at 08:28:06PM +0100, Michael Kerrisk (man-pages) wrote: >> From: Michael Kerrisk >> >> This patch fixes two separate buglets in calls to futex_lock_pi(): >> >> * Eliminate unused 'detect' argument >> * Change unused 'timeout' ar

Re: [PATCH 2/2] futex: Fix argument handling in futex_lock_pi() calls

2015-01-16 Thread Darren Hart
On Fri, Jan 16, 2015 at 08:28:06PM +0100, Michael Kerrisk (man-pages) wrote: > From: Michael Kerrisk > > This patch fixes two separate buglets in calls to futex_lock_pi(): > > * Eliminate unused 'detect' argument > * Change unused 'timeout' argument of FUTEX_TRYLOCK_PI to NULL One might arg

[PATCH 2/2] futex: Fix argument handling in futex_lock_pi() calls

2015-01-16 Thread Michael Kerrisk (man-pages)
From: Michael Kerrisk This patch fixes two separate buglets in calls to futex_lock_pi(): * Eliminate unused 'detect' argument * Change unused 'timeout' argument of FUTEX_TRYLOCK_PI to NULL The 'detect' argument of futex_lock_pi() seems never to have been used (when it was included with the