Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756054AbZDNVgf (ORCPT ); Tue, 14 Apr 2009 17:36:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752775AbZDNVg0 (ORCPT ); Tue, 14 Apr 2009 17:36:26 -0400 Received: from smtp-noauth7.primus.ca ([216.254.180.38]:47177 "EHLO mail-05.primus.ca" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751711AbZDNVgZ (ORCPT ); Tue, 14 Apr 2009 17:36:25 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=elastic.org; h=Received:Received:Received:Date:From:To:Subject:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:User-Agent; b=i66/KkSlSfTRgwpWOZvKEiptqVPpYXRyOsJ3s5RUZw7tlHB7cAG1tH1bfbKdYQSUQZGRC+jQS4v5yNFaOsMo1sLwJofgrBcNP3DNeokAahjMl5skhLLcvSHQIWyWv7s0; Date: Tue, 14 Apr 2009 17:29:17 -0400 From: "Frank Ch. Eigler" To: Theodore Tso , Steven Rostedt , linux-kernel@vger.kernel.org, Ingo Molnar , Andrew Morton , Thomas Gleixner , Peter Zijlstra , Frederic Weisbecker , Arjan van de Ven , Christoph Hellwig , Mathieu Desnoyers , Jeremy Fitzhardinge , Lai Jiangshan , Zhaolei , Li Zefan , KOSAKI Motohiro , Masami Hiramatsu , Tom Zanussi , Jiaying Zhang , Michael Rubin , Martin Bligh Subject: Re: [PATCH 0/8] [GIT PULL] TRACE_EVENT for modules Message-ID: <20090414212917.GA19933@elastic.org> References: <20090414172337.280621613@goodmis.org> <20090414210445.GM955@mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090414210445.GM955@mit.edu> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 925 Lines: 22 Hi - On Tue, Apr 14, 2009 at 05:04:45PM -0400, Theodore Tso wrote: > [...] > One thing which I would really like is to avoid needing to drop the > header file in include/trace/. > > The problem that I have with this is that for ext4, we need to access > private data structures which are defined in header files in > fs/ext4/*.h --- which we moved into fs/ext4 a long time ago [...] If the tracepoints/events expand to code that exposes those private structures, then those structures are perhaps not quite so private any more. That argues for moving those headers back under include/..., or at least those type decls made reachable from the tracepoints. - FChE -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/