From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Piggin Subject: Re: [patch 2/7] fs: simple fsync race fix Date: Tue, 30 Nov 2010 11:05:31 +1100 Message-ID: <20101130000531.GC3255@amd> References: <20101123140610.292941494@kernel.dk> <20101123140707.773579845@kernel.dk> <20101129145818.GB26076@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: npiggin@kernel.dk, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Christoph Hellwig Return-path: Content-Disposition: inline In-Reply-To: <20101129145818.GB26076@infradead.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Nov 29, 2010 at 09:58:18AM -0500, Christoph Hellwig wrote: > Instead of removing the data sync support here and re-adding it later > I would recommend moving the enhanced sync_inode_metadata earlier in > the series. Well, one is the minimum bug fix, and the other is a proper improvement for doing metadata. I chose this approach because it suits stable backports, and bisecting better.