From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Emelyanov Subject: Re: [PATCH 2/4] Switch caches notification dynamically Date: Tue, 18 Sep 2007 10:51:16 +0400 Message-ID: <46EF7564.5020008@openvz.org> References: <46EE70B4.6060902@openvz.org> <46EE7375.3040902@openvz.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Christoph Lameter Cc: Linux Containers List-Id: containers.vger.kernel.org Christoph Lameter wrote: > On Mon, 17 Sep 2007, Pavel Emelyanov wrote: > >> If we turn accounting on on some cache and this cache >> is merged with some other, this "other" will be notified >> as well. We can solve this by disabling of cache merging, >> but maybe we can do it some other way. > > You could write a 1 to slub_nomerge during bootup if containers are to > be supported? Once they are merged it is going to be difficult to separate > them again. Yes. I also thought that disabling the merge is the only way to handle this case. Thanks.