From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752923Ab1HJLBA (ORCPT ); Wed, 10 Aug 2011 07:01:00 -0400 Received: from 173-166-109-252-newengland.hfc.comcastbusiness.net ([173.166.109.252]:52345 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753115Ab1HJLA7 (ORCPT ); Wed, 10 Aug 2011 07:00:59 -0400 Date: Wed, 10 Aug 2011 07:00:56 -0400 From: Christoph Hellwig To: Mel Gorman Cc: Linux-MM , LKML , XFS , Dave Chinner , Christoph Hellwig , Johannes Weiner , Wu Fengguang , Jan Kara , Rik van Riel , Minchan Kim Subject: Re: [PATCH 0/7] Reduce filesystem writeback from page reclaim v3 Message-ID: <20110810110056.GA31756@infradead.org> References: <1312973240-32576-1-git-send-email-mgorman@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1312973240-32576-1-git-send-email-mgorman@suse.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 10, 2011 at 11:47:13AM +0100, Mel Gorman wrote: > o Dropped btrfs warning when filesystems are called from direct > reclaim. The fallback method for migration looks indistinguishable > from direct reclaim. The right fix is to simply remove that fallback, possibly in combination with implementating real migration support for btrfs.