On Wed, 2007-07-18 at 15:34 -0700, David Miller wrote:
> > All three patches look good to me.
> >
> > Acked-by: Patrick McHardy <[EMAIL PROTECTED]>
> >
> > and for Jamal again ..
> >
> > Acked-by: Jamal Hadi Salim <[EMAIL PROTECTED]>
>
> Aha, Johannes did resubmit all 3 patches, they arrived o
From: Patrick McHardy <[EMAIL PROTECTED]>
Date: Wed, 18 Jul 2007 18:30:04 +0200
> Johannes Berg wrote:
> > Allow changing the number of groups for a netlink family
> > after it has been created, use RCU to protect the listeners
> > bitmap keeping netlink_has_listeners() lock-free.
> >
> > Signed-
Johannes Berg wrote:
> Allow changing the number of groups for a netlink family
> after it has been created, use RCU to protect the listeners
> bitmap keeping netlink_has_listeners() lock-free.
>
> Signed-off-by: Johannes Berg <[EMAIL PROTECTED]>
>
> ---
> Changes: incorporate Patrick's comments,
Allow changing the number of groups for a netlink family
after it has been created, use RCU to protect the listeners
bitmap keeping netlink_has_listeners() lock-free.
Signed-off-by: Johannes Berg <[EMAIL PROTECTED]>
---
Changes: incorporate Patrick's comments, add kernel-doc
include/linux/netli