From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH,RFC] writeback: show raw dirtied_when in trace writeback_single_inode Date: Mon, 29 Aug 2011 03:42:37 -0400 Message-ID: <20110829074236.GA20178@infradead.org> References: <20110829020601.GA4862@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, Andrew Morton , Jan Kara , Dave Chinner , Christoph Hellwig To: Wu Fengguang Return-path: Received: from 173-166-109-252-newengland.hfc.comcastbusiness.net ([173.166.109.252]:47798 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752839Ab1H2Hmm (ORCPT ); Mon, 29 Aug 2011 03:42:42 -0400 Content-Disposition: inline In-Reply-To: <20110829020601.GA4862@localhost> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Aug 29, 2011 at 10:06:01AM +0800, Wu Fengguang wrote: > It looks more reasonable to save inode->dirtied_when in the raw trace > output, and to show both the absolute raw value for easy scripting and > the relative age in seconds for easy human reading. I also hacked this in to debug the the delayed i_size updates with xfs, so: ACK