Arnaldo Carvalho de Melo wrote: > On 1/30/06, Patrick McHardy <[EMAIL PROTECTED]> wrote: > >>This is the patch for checking for netlink multicast listeners. >> >>Jamal, does this fit your needs? >> >> >>[NETLINK]: Add netlink_has_listeners() for checking for multicast listeners >> >>Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> > > >> EXPORT_SYMBOL(netlink_queue_skip); >>+EXPORT_SYMBOL(netlink_has_listeners); > > > Could this one be EXPORT_SYMBOL_GPL please? And also please put it just after > the function source code.
I used EXPORT_SYMBOL without _GPL because all other symbols are exported this way, but I'm also fine with _GPL. I made both changes in my tree, thanks. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html