From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757214AbYFVUjy (ORCPT ); Sun, 22 Jun 2008 16:39:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754458AbYFVUjr (ORCPT ); Sun, 22 Jun 2008 16:39:47 -0400 Received: from [194.117.236.238] ([194.117.236.238]:34689 "EHLO heracles.linux360.ro" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1754237AbYFVUjq (ORCPT ); Sun, 22 Jun 2008 16:39:46 -0400 Date: Sun, 22 Jun 2008 23:38:48 +0300 From: Eduard - Gabriel Munteanu To: "Pekka Enberg" Cc: tzanussi@gmail.com, akpm@linux-foundation.org, torvalds@linux-foundation.org, compudj@krystal.dyndns.org, vegard.nossum@gmail.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/3] Better interface for hooking early initcalls. Message-ID: <20080622233848.50f14605@linux360.ro> In-Reply-To: <84144f020806221222s7498593ap7cad427405fb6776@mail.gmail.com> References: <20080621171051.5ed3b522@linux360.ro> <84144f020806221222s7498593ap7cad427405fb6776@mail.gmail.com> X-Mailer: Claws Mail 3.3.0 (GTK+ 2.12.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 22 Jun 2008 22:22:00 +0300 "Pekka Enberg" wrote: > Hi Eduard, Hi, > As there aren't that many functions called from do_pre_smp_initcalls() > , I'd suggest you just go ahead and convert them to get this patch > merged to mainline. Will do, good idea. However, I feel like these should be two different patches. The first adds the new interface, the second converts existing users to the new interface. Will resubmit the patch series soon, along with the conversion patch. Eduard