From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [PATCH] fs: pass exact type of data dirties to ->dirty_inode Date: Fri, 27 May 2011 11:59:06 +0100 Message-ID: <20110527105906.GF11521@ZenIV.linux.org.uk> References: <20110527105302.GA21890@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org To: Christoph Hellwig Return-path: Received: from zeniv.linux.org.uk ([195.92.253.2]:52256 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751325Ab1E0K7H (ORCPT ); Fri, 27 May 2011 06:59:07 -0400 Content-Disposition: inline In-Reply-To: <20110527105302.GA21890@infradead.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, May 27, 2011 at 06:53:02AM -0400, Christoph Hellwig wrote: > Tell the filesystem if we just updated timestamp (I_DIRTY_SYNC) or > anything else, so that the filesystem can track internally if it > needs to push out a transaction for fdatasync or not. > > This is just the prototype change with no user for it yet. I plan > to push large XFS changes for the next merge window, and getting > this trivial infrastructure in this window would help a lot to avoid > tree interdependencies. *nod* Applied.