From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754178Ab1GBKLJ (ORCPT ); Sat, 2 Jul 2011 06:11:09 -0400 Received: from casper.infradead.org ([85.118.1.10]:37549 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754077Ab1GBKLH convert rfc822-to-8bit (ORCPT ); Sat, 2 Jul 2011 06:11:07 -0400 Subject: Re: [PATCH] plist: add mutex to the blessed lock type for plists From: Peter Zijlstra To: Steven Rostedt Cc: Dima Zavin , Andi Kleen , linux-kernel@vger.kernel.org, Lai Jiangshan , Thomas Gleixner , Ingo Molnar In-Reply-To: <1309473918.26417.115.camel@gandalf.stny.rr.com> References: <1309376033-32005-1-git-send-email-dima@android.com> <1309380221.26417.50.camel@gandalf.stny.rr.com> <1309473918.26417.115.camel@gandalf.stny.rr.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Sat, 02 Jul 2011 12:09:50 +0200 Message-ID: <1309601390.10073.13.camel@twins> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2011-06-30 at 18:45 -0400, Steven Rostedt wrote: > On Thu, 2011-06-30 at 15:14 -0700, Dima Zavin wrote: > > Steve, > > > > So what would do you recommend I do? Is this patch acceptable or do > > you want me to remove all the debug stuff and modify all the users to > > not provide a lock? > > > > I'm fine either way. I would like to know what Thomas, Ingo and Peter > think. I've always been annoyed with that check, just rip it out.