From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965337AbXDIUBq (ORCPT ); Mon, 9 Apr 2007 16:01:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965312AbXDIUBq (ORCPT ); Mon, 9 Apr 2007 16:01:46 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:52839 "EHLO ebiederm.dsl.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965337AbXDIUBp (ORCPT ); Mon, 9 Apr 2007 16:01:45 -0400 From: ebiederm@xmission.com (Eric W. Biederman) To: Kyle Moffett Cc: Bill Davidsen , linux-kernel@vger.kernel.org, Linus Torvalds , Davide Libenzi , Oleg Nesterov , Robin Holt , Chris Snook , Jack Steiner Subject: Re: init's children list is long and slows reaping children. References: <20070406104301.GB19755@lnx-holt.americas.sgi.com> <20070406163100.GA554@tv-sign.ru> <20070406191945.GA18255@elte.hu> <20070409082847.GA2228@elte.hu> <461A816F.4050507@tmr.com> <9B6136A3-52B4-4AE2-9805-21634E25530A@mac.com> Date: Mon, 09 Apr 2007 14:00:38 -0600 In-Reply-To: <9B6136A3-52B4-4AE2-9805-21634E25530A@mac.com> (Kyle Moffett's message of "Mon, 9 Apr 2007 15:28:44 -0400") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) 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 Kyle Moffett writes: > Maybe "struct posix_process" is more descriptive? "struct process_posix"? > "Ugly POSIX process semantics data" seems simple enough to stick in a struct > name. "struct uglyposix_process"? Nack. Linux internally doesn't have processes it has tasks with different properties. Anything that talks about processes will be even more confusing. The only thing really wrong with struct signal is that it is easy to confuse with struct sighand. Eric