Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756108Ab2FDEsm (ORCPT ); Mon, 4 Jun 2012 00:48:42 -0400 Received: from ozlabs.org ([203.10.76.45]:54972 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755666Ab2FDEsk (ORCPT ); Mon, 4 Jun 2012 00:48:40 -0400 From: Rusty Russell To: Borislav Petkov , Greg Kroah-Hartman Cc: Andrew Morton , Linus Torvalds , LKML , Borislav Petkov , Jim Cromie , Jason Baron Subject: Re: [PATCH] init: Drop initcall level output In-Reply-To: <1338569760-28859-1-git-send-email-bp@amd64.org> References: <1338569760-28859-1-git-send-email-bp@amd64.org> User-Agent: Notmuch/0.12 (http://notmuchmail.org) Emacs/23.3.1 (i686-pc-linux-gnu) Date: Mon, 04 Jun 2012 12:58:58 +0930 Message-ID: <87lik321s5.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1250 Lines: 33 On Fri, 1 Jun 2012 18:56:00 +0200, Borislav Petkov wrote: > From: Borislav Petkov > > 9fb48c744ba6a ("params: add 3rd arg to option handler callback > signature") added similar lines to dmesg: > > initlevel:0=early, 4 registered initcalls > initlevel:1=core, 31 registered initcalls > initlevel:2=postcore, 11 registered initcalls > initlevel:3=arch, 7 registered initcalls > initlevel:4=subsys, 40 registered initcalls > initlevel:5=fs, 30 registered initcalls > initlevel:6=device, 250 registered initcalls > initlevel:7=late, 35 registered initcalls > > but they don't contain any info for the general user staring at dmesg. > I'm very doubtful the count of initcalls registered per level helps > anyone so drop that output completely. > > Cc: Jim Cromie > Cc: Rusty Russell > Cc: Jason Baron > Signed-off-by: Borislav Petkov Agreed and applied. Thanks! Rusty. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/