From mboxrd@z Thu Jan 1 00:00:00 1970 From: steve@chygwyn.com Subject: Re: [patch 6/6] mm: fsync livelock avoidance Date: Wed, 10 Dec 2008 09:15:22 +0000 Message-ID: <20081210091522.GA32126@fogou.chygwyn.com> References: <20081210072454.GB27096@wotan.suse.de> <20081210074209.GG27096@wotan.suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andrew Morton , linux-fsdevel@vger.kernel.org, Mikulas Patocka To: Nick Piggin Return-path: Received: from fogou.chygwyn.com ([195.171.2.24]:56548 "EHLO fogou.chygwyn.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755272AbYLJKV2 (ORCPT ); Wed, 10 Dec 2008 05:21:28 -0500 Content-Disposition: inline In-Reply-To: <20081210074209.GG27096@wotan.suse.de> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi, On Wed, Dec 10, 2008 at 08:42:09AM +0100, Nick Piggin wrote: > OK, there has not been any further discussion on this approach since I last > posted it, so I am going to go out on a limb and suggest that we take this > approach, if any, rather than Mikulas' one. > [snip] > > Signed-off-by: Nick Piggin > --- > drivers/usb/gadget/file_storage.c | 4 - > fs/cifs/cifsfs.c | 7 + > fs/fs-writeback.c | 13 ++- > fs/gfs2/glops.c | 9 +- > fs/gfs2/meta_io.c | 4 - > fs/gfs2/ops_file.c | 13 ++- For the GFS2 bits: Acked-by: Steven Whitehouse That seems a reasonable approach to me, Steve.