From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266802AbUHJAF2 (ORCPT ); Mon, 9 Aug 2004 20:05:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267352AbUHJAF2 (ORCPT ); Mon, 9 Aug 2004 20:05:28 -0400 Received: from mail.kroah.org ([69.55.234.183]:33461 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S266802AbUHJAFW (ORCPT ); Mon, 9 Aug 2004 20:05:22 -0400 Date: Mon, 9 Aug 2004 17:04:28 -0700 From: Greg KH To: Hannes Reinecke Cc: Linux Kernel Subject: Re: [PATCH 1/2] hotplug resource limitation Message-ID: <20040810000428.GA7131@kroah.com> References: <411770DD.5080207@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <411770DD.5080207@suse.de> User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 09, 2004 at 02:41:01PM +0200, Hannes Reinecke wrote: > +#define DEBUG_KHELPER > + You should delete all of your debugging code before sending a patch out :) > + printk(KERN_INFO "khelper: max %d concurrent processes\n", > + khelper_max); Why always print out this info? > diff -pur linux-2.6.8-rc2-mm2/lib/kobject.c linux-2.6.8-rc2-mm2.hotplug/lib/kobject.c > --- linux-2.6.8-rc2-mm2/lib/kobject.c 2004-07-18 06:59:07.000000000 +0200 > +++ linux-2.6.8-rc2-mm2.hotplug/lib/kobject.c 2004-08-05 15:12:18.000000000 +0200 You really changed the kset_hotplug function, for no apparent reason. Why? thanks, greg k-h