Re: [PATCH] perf/bench-futex: Simplify wrapper for LOCK_PI

From: Arnaldo Carvalho de Melo
Date: Mon Apr 25 2016 - 19:24:49 EST


Em Wed, Apr 20, 2016 at 08:14:07PM -0700, Davidlohr Bueso escreveu:
> Given that the 'val' parameter is ignored for FUTEX_LOCK_PI,
> get rid of the bogus deadlock detection flag in the wrapper
> code and avoid the extra argument, making it resemble its unlock
> counterpart. And if nothing else, we already only pass 0 anyway.

Thanks, applied.

- Arnaldo