From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 3/7] writeback: get rid of pdflush_operation() in emergency sync and remount Date: Mon, 16 Mar 2009 06:13:43 -0400 Message-ID: <20090316101343.GA21118@infradead.org> References: <1236868428-20408-1-git-send-email-jens.axboe@oracle.com> <1236868428-20408-4-git-send-email-jens.axboe@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, chris.mason@oracle.com, david@fromorbit.com, npiggin@suse.de To: Jens Axboe Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:56909 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752272AbZCPKNp (ORCPT ); Mon, 16 Mar 2009 06:13:45 -0400 Content-Disposition: inline In-Reply-To: <1236868428-20408-4-git-send-email-jens.axboe@oracle.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Mar 12, 2009 at 03:33:44PM +0100, Jens Axboe wrote: > Opencode a cheasy approach with kevent. The idea here is that we'll > add some generic delayed work infrastructure, which probably wont be > based on pdflush (or maybe it will, in which case we can just add it > back). Good idea. Care to submit this early outside of the series? >