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