From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759429AbXGIUW2 (ORCPT ); Mon, 9 Jul 2007 16:22:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754265AbXGIUWU (ORCPT ); Mon, 9 Jul 2007 16:22:20 -0400 Received: from mtagate2.uk.ibm.com ([195.212.29.135]:48343 "EHLO mtagate2.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753967AbXGIUWT (ORCPT ); Mon, 9 Jul 2007 16:22:19 -0400 Message-ID: <469298F5.9090301@fr.ibm.com> Date: Mon, 09 Jul 2007 22:22:13 +0200 From: Cedric Le Goater User-Agent: Thunderbird 2.0.0.4 (X11/20070615) MIME-Version: 1.0 To: Pavel Emelianov CC: Andrew Morton , Kirill Korotaev , Linux Kernel Mailing List , "Eric W. Biederman" , Linux Containers Subject: Re: [PATCH 2/16] Miscelaneous preparations for namespaces References: <468DF6F7.1010906@openvz.org> <468DF76A.7060106@openvz.org> In-Reply-To: <468DF76A.7060106@openvz.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Pavel Emelianov wrote: > The most importaint change is moving exit_task_namespaces() > inside exit_notify() to makes it possible to notify the > exiting task's parent. However this should be done before > release_task() to address the issue pointed by Sukadev with > NFS kernel thread. Have you actually checked that doing an unshare() with a NFS mount ? > Other changes are small and do not deserve separate description. yes. if they were in a separate patch, you could push them to -mm. thanks, C.