Re: [PATCH] fix up RTM_SETLINK handling

David S. Miller (davem@redhat.com)
Wed, 15 Jan 2003 16:07:16 -0800 (PST)


From: Roland Dreier <roland@topspin.com>
Date: 14 Jan 2003 23:01:00 -0800

To call the netdev notifier chain I had to make netdev_chain not be
static. I added the declaration to <linux/netdevice.h> but I am open
to other ways to give rtnetlink.c access to netdev_chain.

Ummm, what is the problem with using register_netdevice_notifier()?
It is precisely there so that netdev_chain need not be exported.
-
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/