From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Nesterov Subject: Re: [RFC][PATCH] Make access to taks's nsproxy liter Date: Thu, 9 Aug 2007 12:06:09 +0400 Message-ID: <20070809080609.GA130@tv-sign.ru> References: <46B9E321.6070602@openvz.org> <20070808164107.GB578@tv-sign.ru> <20070808172309.GA8909@linux.vnet.ibm.com> <46BABF25.1090307@openvz.org> <20070809073900.GA86@tv-sign.ru> <46BAC671.4070908@openvz.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <46BAC671.4070908-GEFAQzZX7r8dnm+yROfE0A@public.gmane.org> 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: Pavel Emelyanov Cc: "Eric W. Biederman" , Linux Containers , paulmck-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org List-Id: containers.vger.kernel.org On 08/09, Pavel Emelyanov wrote: > > Oleg Nesterov wrote: > > > >Yes. But this patch complicates the code and slows down group_exit. We > >don't > > Nope - it slows done the code only if the task exiting is the last > one using the nsproxy. In other words - we slowdown the virtual server > stop, not task exit. This is OK. Ah yes, you are right. This is sad, because now I have no "hard" argument against this patch :) Except "complicates" may be... Oleg.