[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <200707110005.l6B05ErU005927@toshiba.co.jp>
Date: Wed, 11 Jul 2007 09:05:13 +0900 (JST)
From: Yasuyuki KOZAKAI <yasuyuki.kozakai@...hiba.co.jp>
To: davem@...emloft.net
Cc: akpm@...ux-foundation.org, netdev@...r.kernel.org, xemul@...ru,
xemul@...nvz.org
Subject: Re: [patch 2/8] Make some network-related proc files use
seq_list_xxx helpers
I've met compile error on net-2.6.23 tree.
net/built-in.o: In function `proto_seq_next':
sock.c:(.text+0x3008): undefined reference to `seq_list_next'
net/built-in.o: In function `proto_seq_start':
sock.c:(.text+0x3079): undefined reference to `seq_list_start_head'
make: *** [.tmp_vmlinux1] Error 1
-- Yasuyuki Kozakai
From: David Miller <davem@...emloft.net>
Date: Mon, 09 Jul 2007 13:15:23 -0700 (PDT)
> From: akpm@...ux-foundation.org
> Date: Mon, 09 Jul 2007 11:51:10 -0700
>
> > From: Pavel Emelianov <xemul@...ru>
> >
> > This includes /proc/net/protocols, /proc/net/rxrpc_calls and
> > /proc/net/rxrpc_connections files.
> >
> > All three need seq_list_start_head to show some header.
> >
> > Signed-off-by: Pavel Emelianov <xemul@...nvz.org>
> > Acked-by: David S. Miller <davem@...emloft.net>
> > Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
>
> Applied, 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
-
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