From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764667AbcINUqB (ORCPT ); Wed, 14 Sep 2016 16:46:01 -0400 Received: from mail-yw0-f195.google.com ([209.85.161.195]:34133 "EHLO mail-yw0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753970AbcINUp4 (ORCPT ); Wed, 14 Sep 2016 16:45:56 -0400 Date: Wed, 14 Sep 2016 16:45:53 -0400 From: Tejun Heo To: Johannes Weiner Cc: Andrew Morton , "David S. Miller" , Michal Hocko , Vladimir Davydov , linux-mm@kvack.org, cgroups@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: Re: [PATCH 3/3] mm: memcontrol: consolidate cgroup socket tracking Message-ID: <20160914204553.GC6832@htj.duckdns.org> References: <20160914194846.11153-1-hannes@cmpxchg.org> <20160914194846.11153-3-hannes@cmpxchg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160914194846.11153-3-hannes@cmpxchg.org> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 14, 2016 at 03:48:46PM -0400, Johannes Weiner wrote: > The cgroup core and the memory controller need to track socket > ownership for different purposes, but the tracking sites being > entirely different is kind of ugly. > > Be a better citizen and rename the memory controller callbacks to > match the cgroup core callbacks, then move them to the same place. > > Signed-off-by: Johannes Weiner For 1-3, Acked-by: Tejun Heo Thanks. -- tejun