From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753920AbcBGSd5 (ORCPT ); Sun, 7 Feb 2016 13:33:57 -0500 Received: from mx2.parallels.com ([199.115.105.18]:39231 "EHLO mx2.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750749AbcBGSdz (ORCPT ); Sun, 7 Feb 2016 13:33:55 -0500 Date: Sun, 7 Feb 2016 21:33:38 +0300 From: Vladimir Davydov To: Johannes Weiner CC: Andrew Morton , Hugh Dickins , Michal Hocko , Mateusz Guzik , Sergey Senozhatsky , , , , Subject: Re: [PATCH 1/2] mm: migrate: consolidate mem_cgroup_migrate() calls Message-ID: <20160207183337.GA19151@esperanza> References: <1454616467-8994-1-git-send-email-hannes@cmpxchg.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1454616467-8994-1-git-send-email-hannes@cmpxchg.org> X-ClientProxiedBy: US-EXCH2.sw.swsoft.com (10.255.249.46) To US-EXCH.sw.swsoft.com (10.255.249.47) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 04, 2016 at 03:07:46PM -0500, Johannes Weiner wrote: > Rather than scattering mem_cgroup_migrate() calls all over the place, > have a single call from a safe place where every migration operation > eventually ends up in - migrate_page_copy(). > > Signed-off-by: Johannes Weiner > Suggested-by: Hugh Dickins Acked-by: Vladimir Davydov