From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mel Gorman Subject: Re: [PATCH v5 07/31] shrinker: convert superblock shrinkers to new API Date: Thu, 9 May 2013 14:33:01 +0100 Message-ID: <20130509133301.GV11497@suse.de> References: <1368079608-5611-1-git-send-email-glommer@openvz.org> <1368079608-5611-8-git-send-email-glommer@openvz.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Cc: linux-mm@kvack.org, Andrew Morton , cgroups@vger.kernel.org, kamezawa.hiroyu@jp.fujitsu.com, Johannes Weiner , Michal Hocko , hughd@google.com, Greg Thelen , linux-fsdevel@vger.kernel.org, Dave Chinner To: Glauber Costa Return-path: Content-Disposition: inline In-Reply-To: <1368079608-5611-8-git-send-email-glommer@openvz.org> Sender: owner-linux-mm@kvack.org List-Id: linux-fsdevel.vger.kernel.org On Thu, May 09, 2013 at 10:06:24AM +0400, Glauber Costa wrote: > From: Dave Chinner > > Convert superblock shrinker to use the new count/scan API, and > propagate the API changes through to the filesystem callouts. The > filesystem callouts already use a count/scan API, so it's just > changing counters to longs to match the VM API. > > This requires the dentry and inode shrinker callouts to be converted > to the count/scan API. This is mainly a mechanical change. > > [ glommer: use mult_frac for fractional proportions, build fixes ] > Signed-off-by: Dave Chinner > Signed-off-by: Glauber Costa Acked-by: Mel Gorman -- Mel Gorman SUSE Labs -- 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