Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754091AbcJEBJL (ORCPT ); Tue, 4 Oct 2016 21:09:11 -0400 Received: from mx2.suse.de ([195.135.220.15]:35337 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752696AbcJEBJK (ORCPT ); Tue, 4 Oct 2016 21:09:10 -0400 Date: Tue, 4 Oct 2016 18:08:57 -0700 From: Davidlohr Bueso To: Peter Zijlstra Cc: mingo@kernel.org, tglx@linutronix.de, juri.lelli@arm.com, rostedt@goodmis.org, xlpang@redhat.com, bigeasy@linutronix.de, linux-kernel@vger.kernel.org, mathieu.desnoyers@efficios.com, jdesfossez@efficios.com, bristot@redhat.com Subject: Re: [RFC][PATCH 3/4] futex: Remove rt_mutex_deadlock_account_*() Message-ID: <20161005010857.GB32728@linux-80c1.suse> References: <20161003091234.879763059@infradead.org> <20161003091847.624139932@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20161003091847.624139932@infradead.org> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 201 Lines: 7 On Mon, 03 Oct 2016, Peter Zijlstra wrote: >These are unused and clutter up the code. > >Signed-off-by: Peter Zijlstra (Intel) Reviewed-by: Davidlohr Bueso