[RFC,NETLINK]: (v2) Add netlink_has_listeners() for checking for multicast listeners

2006-01-30 Thread Patrick McHardy
New version of the netlink_has_listeners() patch. Changes: - Fix missing listeners bitmap update when there was no delta in the number of subscribed groups - Use RCU to protect nltable listeners bitmap [NETLINK]: Add netlink_has_listeners() for checking for multicast listeners

Re: [RFC,NETLINK]: (v2) Add netlink_has_listeners() for checking for multicast listeners

2006-01-30 Thread Baruch Even
Patrick McHardy wrote: New version of the netlink_has_listeners() patch. Changes: - Fix missing listeners bitmap update when there was no delta in the number of subscribed groups - Use RCU to protect nltable listeners bitmap

Re: [RFC,NETLINK]: (v2) Add netlink_has_listeners() for checking for multicast listeners

2006-01-30 Thread Patrick McHardy
Baruch Even wrote: Patrick McHardy wrote: New version of the netlink_has_listeners() patch. Changes: - Fix missing listeners bitmap update when there was no delta in the number of subscribed groups - Use RCU to protect nltable listeners bitmap