From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757385AbbA0BDV (ORCPT ); Mon, 26 Jan 2015 20:03:21 -0500 Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.225]:25746 "EHLO cdptpa-oedge-vip.email.rr.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752345AbbA0BDT (ORCPT ); Mon, 26 Jan 2015 20:03:19 -0500 Date: Mon, 26 Jan 2015 20:03:50 -0500 From: Steven Rostedt To: Al Viro Cc: linux-kernel@vger.kernel.org, Greg Kroah-Hartman , Ingo Molnar , Andrew Morton Subject: Re: [PATCH 00/16 v3] tracing: Add new file system tracefs Message-ID: <20150126200350.471db2c0@grimm.local.home> In-Reply-To: <20150126200218.6ecfc931@grimm.local.home> References: <20150126150913.653681560@goodmis.org> <20150126193049.GN29656@ZenIV.linux.org.uk> <20150126154259.5e650d32@gandalf.local.home> <20150126214658.GQ29656@ZenIV.linux.org.uk> <20150126184314.24f2583c@gandalf.local.home> <20150127003742.GU29656@ZenIV.linux.org.uk> <20150126200218.6ecfc931@grimm.local.home> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.130:25 X-Cloudmark-Score: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 26 Jan 2015 20:02:18 -0500 Steven Rostedt wrote: > Now you see why I found just dropping the parent mutex easier. And this is probably why kernfs does things the way it does. I can imagine it having the same locking issues. -- Steve