Re: [RFC][PATCH 4/8] rtmutex: Remove rt_mutex_fastunlock()

From: Steven Rostedt
Date: Wed Jun 15 2016 - 12:44:05 EST


[ Now sending with Reply-All ]

On Tue, 07 Jun 2016 21:56:39 +0200
Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:

> There is but a single user and the previous patch mandates slowfn must
> be rt_mutex_slowunlock(), so fold the lot together and save a few
> lines.
>
> Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>
> ---
> kernel/locking/rtmutex.c | 29 ++++++++++-------------------
> 1 file changed, 10 insertions(+), 19 deletions(-)

Reviewed-by: Steven Rostedt <rostedt@xxxxxxxxxxx>

-- Steve