From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 1/4] writeback: initial tracing support Date: Fri, 21 May 2010 11:06:40 -0400 Message-ID: <20100521150640.GB4598@infradead.org> References: <1271731314-5893-1-git-send-email-david@fromorbit.com> <1271731314-5893-2-git-send-email-david@fromorbit.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, xfs@oss.sgi.com To: Dave Chinner Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:33537 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756157Ab0EUPGk (ORCPT ); Fri, 21 May 2010 11:06:40 -0400 Content-Disposition: inline In-Reply-To: <1271731314-5893-2-git-send-email-david@fromorbit.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Apr 20, 2010 at 12:41:51PM +1000, Dave Chinner wrote: > From: From: Jens Axboe > > Trace queue/sched/exec parts of the writeback loop. If you move the CREATE_TRACE_POINTS into fs-writeback.c and include after the sturcture defintions there's no need to move them to a header.