From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935681AbdCWSVU (ORCPT ); Thu, 23 Mar 2017 14:21:20 -0400 Received: from mail.kernel.org ([198.145.29.136]:41830 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933773AbdCWSVT (ORCPT ); Thu, 23 Mar 2017 14:21:19 -0400 Date: Thu, 23 Mar 2017 14:21:14 -0400 From: Steven Rostedt To: Peter Zijlstra Cc: mingo@kernel.org, tglx@linutronix.de, juri.lelli@arm.com, xlpang@redhat.com, bigeasy@linutronix.de, linux-kernel@vger.kernel.org, mathieu.desnoyers@efficios.com, jdesfossez@efficios.com, bristot@redhat.com Subject: Re: [PATCH -v3 4/8] rtmutex: Clean up Message-ID: <20170323142114.696891b0@gandalf.local.home> In-Reply-To: <20170323150216.255058238@infradead.org> References: <20170323145606.480214279@infradead.org> <20170323150216.255058238@infradead.org> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 23 Mar 2017 15:56:10 +0100 Peter Zijlstra wrote: > Previous patches changed the meaning of the return value of > rt_mutex_slowunlock(); update comments and code to reflect this. > > Signed-off-by: Peter Zijlstra (Intel) > --- Acked-by: Steven Rostedt (VMware) -- Steve