From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1766995AbXDSVZK (ORCPT ); Thu, 19 Apr 2007 17:25:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1767000AbXDSVZK (ORCPT ); Thu, 19 Apr 2007 17:25:10 -0400 Received: from e35.co.us.ibm.com ([32.97.110.153]:57411 "EHLO e35.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1766995AbXDSVZJ (ORCPT ); Thu, 19 Apr 2007 17:25:09 -0400 Subject: Re: [PATCH] nfs lockd reclaimer: Convert to kthread API From: Dave Hansen To: Trond Myklebust Cc: "Eric W. Biederman" , Neil Brown , linux-kernel@vger.kernel.org, Christoph Hellwig , Linux Containers , Andrew Morton , Oleg Nesterov In-Reply-To: <1177017564.6628.5.camel@heimdal.trondhjem.org> References: <11769696321319-git-send-email-ebiederm@xmission.com> <1176999710.6663.12.camel@heimdal.trondhjem.org> <1177017564.6628.5.camel@heimdal.trondhjem.org> Content-Type: text/plain Date: Thu, 19 Apr 2007 14:25:02 -0700 Message-Id: <1177017902.12599.173.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2007-04-19 at 17:19 -0400, Trond Myklebust wrote: > > With pid namespaces all kernel threads will disappear so how do > > we cope with the problem when the sysadmin can not see the kernel > > threads? Do they actually always disappear, or do we keep them in the init_pid_namespace? -- Dave