From: Johannes Weiner Subject: Re: [PATCH 5/5] mm: Remove lru parameter from __lru_cache_add and lru_cache_add_lru Date: Fri, 17 May 2013 16:49:51 -0400 Message-ID: <20130517204951.GD15721@cmpxchg.org> References: <1368784087-956-1-git-send-email-mgorman@suse.de> <1368784087-956-6-git-send-email-mgorman@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Alexey Lyahkov , Andrew Perepechko , Robin Dong , Theodore Tso , Andrew Morton , Hugh Dickins , Rik van Riel , Bernd Schubert , David Howells , Trond Myklebust , Linux-fsdevel , Linux-ext4 , LKML , Linux-mm To: Mel Gorman Return-path: Content-Disposition: inline In-Reply-To: <1368784087-956-6-git-send-email-mgorman@suse.de> Sender: owner-linux-mm@kvack.org List-Id: linux-ext4.vger.kernel.org On Fri, May 17, 2013 at 10:48:07AM +0100, Mel Gorman wrote: > Similar to __pagevec_lru_add, this patch removes the LRU parameter > from __lru_cache_add and lru_cache_add_lru as the caller does not > control the exact LRU the page gets added to. lru_cache_add_lru gets > renamed to lru_cache_add the name is silly without the lru parameter. > With the parameter removed, it is required that the caller indicate > if they want the page added to the active or inactive list by setting > or clearing PageActive respectively. > > [akpm@linux-foundation.org: Suggested the patch] > Signed-off-by: Mel Gorman Acked-by: Johannes Weiner -- 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