From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750712AbXDFVwB (ORCPT ); Fri, 6 Apr 2007 17:52:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750717AbXDFVwA (ORCPT ); Fri, 6 Apr 2007 17:52:00 -0400 Received: from smtp.osdl.org ([65.172.181.24]:35430 "EHLO smtp.osdl.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750712AbXDFVv5 (ORCPT ); Fri, 6 Apr 2007 17:51:57 -0400 Date: Fri, 6 Apr 2007 14:51:33 -0700 (PDT) From: Linus Torvalds To: Davide Libenzi cc: Ingo Molnar , "Eric W. Biederman" , Oleg Nesterov , Robin Holt , Chris Snook , Linux Kernel Mailing List , Jack Steiner Subject: Re: init's children list is long and slows reaping children. In-Reply-To: Message-ID: References: <46159987.6090006@redhat.com> <20070406104301.GB19755@lnx-holt.americas.sgi.com> <20070406163100.GA554@tv-sign.ru> <20070406191945.GA18255@elte.hu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 6 Apr 2007, Davide Libenzi wrote: > > > > or lets just face it and name it what it is: process_struct ;-) > > That'd be fine too! Wonder if Linus would swallow a rename patch like > that... I don't really see the point. It's not even *true*. A "process" includes more than the shared signal-handling - it would include files and fs etc too. So it's actually *more* correct to call it the shared signal state than it would be to call it "process" state. Linus