[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20080327131812.4f6a1a21.akpm@linux-foundation.org>
Date: Thu, 27 Mar 2008 13:18:12 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: YOSHIFUJI Hideaki /
____________ <yoshfuji@...ux-ipv6.org>
Cc: davem@...emloft.net, xemul@...nvz.org, dlezcano@...ibm.com,
brian.haley@...com, yoshfuji@...ux-ipv6.org, netdev@...r.kernel.org
Subject: Re: [PATCH 3/5] [NET] NETNS: Omit seq_net_private->net without
CONFIG_NET_NS.
On Wed, 26 Mar 2008 08:44:34 +0900 (JST)
YOSHIFUJI Hideaki / ____________ <yoshfuji@...ux-ipv6.org> wrote:
> Without CONFIG_NET_NS, no namespace other than &init_net exists,
> no need to store net in seq_net_private.
>
This breaks the allnoconfig build.
include/linux/seq_file.h: In function 'seq_file_net':
include/linux/seq_file.h:85: error: 'init_net' undeclared (first use in this function)
Please review Documentation/SubmitChecklist - it has useful stuff.
allnoconfig is so fast there's little reason to not run it regularly.
And could we please get all that net-specific stuff out of seq_file.h?
It's really not an appropriate place for it. Thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists