From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minchan Kim Subject: Re: [PATCH 13/17] writeback: remove writeback_control.more_io Date: Thu, 12 May 2011 23:25:16 +0900 Message-ID: References: <20110512135706.937596128@intel.com> <20110512140032.289087832@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Andrew Morton , Jan Kara , Mel Gorman , Dave Chinner , Christoph Hellwig , linux-fsdevel@vger.kernel.org, LKML To: Wu Fengguang Return-path: Received: from mail-qw0-f46.google.com ([209.85.216.46]:50044 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757067Ab1ELOZR (ORCPT ); Thu, 12 May 2011 10:25:17 -0400 In-Reply-To: <20110512140032.289087832@intel.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, May 12, 2011 at 10:57 PM, Wu Fengguang wrote: > When wbc.more_io was first introduced, it indicates whether there are > at least one superblock whose s_more_io contains more IO work. Now with > the per-bdi writeback, it can be replaced with a simple b_more_io test. > > Acked-by: Jan Kara > Acked-by: Mel Gorman > CC: Minchan Kim > Signed-off-by: Wu Fengguang Reviewed-by: Minchan Kim -- Kind regards, Minchan Kim