From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: why are WB_SYNC_NONE COMMITs being done with FLUSH_SYNC set ? Date: Fri, 20 Aug 2010 05:19:04 -0400 Message-ID: <20100820091904.GB20138@infradead.org> References: <20100819101525.076831ad@barsoom.rdu.redhat.com> <20100819143710.GA4752@infradead.org> <20100819235553.GB22747@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , Jeff Layton , linux-nfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, Chris Mason , Jens Axboe To: Wu Fengguang Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:38609 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751332Ab0HTJTJ (ORCPT ); Fri, 20 Aug 2010 05:19:09 -0400 Content-Disposition: inline In-Reply-To: <20100819235553.GB22747@localhost> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Aug 20, 2010 at 07:55:53AM +0800, Wu Fengguang wrote: > Since migration and pageout still set nonblocking for ->writepage, we > may keep them in the near future, until VM does not start IO on itself. Why does pageout() and memory migration need to be even more non-blocking than the already non-blockig WB_SYNC_NONE writeout? From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail172.messagelabs.com (mail172.messagelabs.com [216.82.254.3]) by kanga.kvack.org (Postfix) with ESMTP id C005C6B02E4 for ; Fri, 20 Aug 2010 05:19:12 -0400 (EDT) Date: Fri, 20 Aug 2010 05:19:04 -0400 From: Christoph Hellwig Subject: Re: why are WB_SYNC_NONE COMMITs being done with FLUSH_SYNC set ? Message-ID: <20100820091904.GB20138@infradead.org> References: <20100819101525.076831ad@barsoom.rdu.redhat.com> <20100819143710.GA4752@infradead.org> <20100819235553.GB22747@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100819235553.GB22747@localhost> Sender: owner-linux-mm@kvack.org To: Wu Fengguang Cc: Christoph Hellwig , Jeff Layton , linux-nfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-mm@kvack.org, Chris Mason , Jens Axboe List-ID: On Fri, Aug 20, 2010 at 07:55:53AM +0800, Wu Fengguang wrote: > Since migration and pageout still set nonblocking for ->writepage, we > may keep them in the near future, until VM does not start IO on itself. Why does pageout() and memory migration need to be even more non-blocking than the already non-blockig WB_SYNC_NONE writeout? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org