From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glauber Costa Subject: Re: [PATCH v10 08/35] list: add a new LRU list type Date: Thu, 6 Jun 2013 13:03:37 +0400 Message-ID: <51B05069.5070404@parallels.com> References: <1370287804-3481-1-git-send-email-glommer@openvz.org> <1370287804-3481-9-git-send-email-glommer@openvz.org> <20130605160758.19e854a6995e3c2a1f5260bf@linux-foundation.org> <20130606024909.GP29338@dastard> <20130605200554.d4dae16f.akpm@linux-foundation.org> <20130606044426.GX29338@dastard> <20130606000409.e4333f7c.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130606000409.e4333f7c.akpm@linux-foundation.org> Sender: owner-linux-mm@kvack.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Andrew Morton Cc: Dave Chinner , Glauber Costa , linux-fsdevel@vger.kernel.org, Mel Gorman , linux-mm@kvack.org, cgroups@vger.kernel.org, kamezawa.hiroyu@jp.fujitsu.com, Michal Hocko , Johannes Weiner , hughd@google.com, Greg Thelen , Dave Chinner On 06/06/2013 11:04 AM, Andrew Morton wrote: > But anyone who just wants a queue doesn't want their queue_lru_del() > calling into memcg code(!). It won't call any relevant memcg code unless the list_lru (or queue, or whatever) is explicitly marked as memcg-aware. I do think it would be more appropriate to > discard the lib/ idea and move it all into fs/ or mm/. I have no particular love for this in lib/ Most of the users are in fs/, so I see no point in mm/ So for me, if you are really not happy about lib, I would suggest moving this to fs/ -- 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