From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f197.google.com (mail-ob0-f197.google.com [209.85.214.197]) by kanga.kvack.org (Postfix) with ESMTP id 50BF16B007E for ; Wed, 8 Jun 2016 03:23:05 -0400 (EDT) Received: by mail-ob0-f197.google.com with SMTP id y7so6345961obt.0 for ; Wed, 08 Jun 2016 00:23:05 -0700 (PDT) Received: from lgeamrelo13.lge.com (LGEAMRELO13.lge.com. [156.147.23.53]) by mx.google.com with ESMTP id 1si456046itz.48.2016.06.08.00.23.04 for ; Wed, 08 Jun 2016 00:23:04 -0700 (PDT) Date: Wed, 8 Jun 2016 16:24:09 +0900 From: Minchan Kim Subject: Re: [PATCH 03/10] mm: fold and remove lru_cache_add_anon() and lru_cache_add_file() Message-ID: <20160608072409.GC28155@bbox> References: <20160606194836.3624-1-hannes@cmpxchg.org> <20160606194836.3624-4-hannes@cmpxchg.org> MIME-Version: 1.0 In-Reply-To: <20160606194836.3624-4-hannes@cmpxchg.org> Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Sender: owner-linux-mm@kvack.org List-ID: To: Johannes Weiner Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Andrew Morton , Rik van Riel , Mel Gorman , Andrea Arcangeli , Andi Kleen , Michal Hocko , Tim Chen , kernel-team@fb.com On Mon, Jun 06, 2016 at 03:48:29PM -0400, Johannes Weiner wrote: > They're the same function, and for the purpose of all callers they are > equivalent to lru_cache_add(). > > Signed-off-by: Johannes Weiner Acked-by: Minchan Kim -- 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