From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934321AbXGMNqf (ORCPT ); Fri, 13 Jul 2007 09:46:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932075AbXGMNqT (ORCPT ); Fri, 13 Jul 2007 09:46:19 -0400 Received: from TYO202.gate.nec.co.jp ([202.32.8.206]:56263 "EHLO tyo202.gate.nec.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932440AbXGMNqS (ORCPT ); Fri, 13 Jul 2007 09:46:18 -0400 Message-ID: <4697822B.4050407@bx.jp.nec.com> Date: Fri, 13 Jul 2007 22:46:19 +0900 From: KII Keiichi User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Satyam Sharma CC: Linux Kernel Mailing List , Matt Mackall , Netdev , Joel Becker , Stephen Hemminger , Andrew Morton , David Miller Subject: Re: [PATCH v2 -mm 5/9] netconsole: Introduce netconsole_target References: <20070710091920.23907.96483.sendpatchset@cselinux1.cse.iitk.ac.in> <20070710091946.23907.96503.sendpatchset@cselinux1.cse.iitk.ac.in> In-Reply-To: <20070710091946.23907.96503.sendpatchset@cselinux1.cse.iitk.ac.in> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hi Satyam, > From: Satyam Sharma > > [5/9] netconsole: Introduce netconsole_target > > Introduce a wrapper structure over netpoll to represent logging targets > configured in netconsole. This will get extended with other members in > further patches. > > The original patchset did this along with (and inside the #ifdef) of > CONFIG_NETCONSOLE_DYNAMIC itself. I decided otherwise, and was able to > drastically cut down on the #ifdef-complexity of final netconsole.c. > Also, struct netconsole_target would be required for multiple targets > support also, and not just dynamic reconfigurability. Previously these > two things were coupled, but I want to de-link that (more on this later). > > Note that this patch in itself looks quite redundant / stupid, but it is > purposefully made this way, so further patches are more readable. > > Signed-off-by: Satyam Sharma > Cc: Keiichi Kii > Signed-off-by: Keiichi Kii Thanks -- Keiichi KII NEC Corporation OSS Platform Development Division E-mail: k-keiichi@bx.jp.nec.com