From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 3/3] mm: memcontrol: consolidate cgroup socket tracking Date: Wed, 14 Sep 2016 16:45:53 -0400 Message-ID: <20160914204553.GC6832@htj.duckdns.org> References: <20160914194846.11153-1-hannes@cmpxchg.org> <20160914194846.11153-3-hannes@cmpxchg.org> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=Q5OToAnYa/uhMWMXFFJEJwR5HUK6GQHZBPURKOA8ZEs=; b=dpaqcF1mav1DPnYMk3GZjD6ip/W/LMIoouo2T84GoN37KzEJ3EQGHkd0cBDAwvnVSy bkNjjuu5jpm0fMl9mhI+AvgsyDz3IBJoxsxJf2/pKfyn9ux3L2yoqzecc42WojyoDfjN 45ClvALaB9WqubBTizkrIFt0ukzf0E+NLkYpVdVbGQ1+lkaBODHAG8TMQ/ZQr0fi5Zla dF3T2vUl9GRcISWtC0GGhIjivJyn6Ajyu5gt2/f6+xRUAXZ2G0FnERQ3pATwMkZVYcoE LA3/iR50w3ZsU93fzS8amTZKRXPDkz5rXjdTFbbcLW5LrMcrbOj50ixUXJKhWi7fa92o 2eLg== Content-Disposition: inline In-Reply-To: <20160914194846.11153-3-hannes@cmpxchg.org> Sender: owner-linux-mm@kvack.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 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 -- 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 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