From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Mason Subject: Re: [RFC][PATCH]btrfs delete ordered inode handling fix Date: Thu, 22 May 2008 18:23:26 -0400 Message-ID: <200805221823.26532.chris.mason@oracle.com> References: <200805221347.22421.chris.mason@oracle.com> <1211488759.8596.54.camel@BVR-FS.beaverton.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Cc: linux-btrfs To: Mingming Return-path: In-Reply-To: <1211488759.8596.54.camel@BVR-FS.beaverton.ibm.com> List-ID: On Thursday 22 May 2008, Mingming wrote: [ ... ] > > I get around this by testing for dirty/writeback pages before removing > > the inode from the ordered list. If another writer allocates blocks to > > the file, it will be added back to the list. > > I see.:) How about patch below? Looks good, I'll give it a shot here. -chris