From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wu Fengguang Subject: Re: [PATCH 0/2] Make task doing heavy writing killable Date: Mon, 14 Nov 2011 21:01:53 +0800 Message-ID: <20111114130153.GA12916@localhost> References: <1321269030-6019-1-git-send-email-jack@suse.cz> <20111114115912.GA3224@localhost> <20111114120546.GA31037@infradead.org> <20111114122932.GA8006@localhost> <20111114124145.GA2698@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Jan Kara , "linux-fsdevel@vger.kernel.org" , Al Viro , "k-mio@sx.jp.nec.com" , Andrew Morton To: Christoph Hellwig Return-path: Received: from mga14.intel.com ([143.182.124.37]:38245 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752848Ab1KNNCN (ORCPT ); Mon, 14 Nov 2011 08:02:13 -0500 Content-Disposition: inline In-Reply-To: <20111114124145.GA2698@infradead.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Nov 14, 2011 at 08:41:45PM +0800, Christoph Hellwig wrote: > On Mon, Nov 14, 2011 at 08:29:32PM +0800, Wu Fengguang wrote: > > > Can you make balance_dirty_pages(_ratelimited) return an error instead > > > of opencoding the fatal signal che > > > > Hmm that means a bigger change to the prototype of the _exported_ > > balance_dirty_pages_ratelimited_nr() which impacts out of tree FS... > > So what? out of tree fses have always been entirely supported on their > own, and not a matter for keeping progress back. OK. Jan, would you do the mm/*.c part in v2? I'll do the various FS parts. Thanks, Fengguang