Re: [PATCH 4/6] NetLabel: rework the Netlink attribute handling (part 1) From: Thomas Graf <tgraf@suug.ch> Date: 2006-09-25 09:12:14 * paul.moore@hp.com [off-list ref] 2006-09-21 12:57-int netlbl_netlink_snd_multicast(struct sk_buff *skb, u32 pid, u32 group) +int netlbl_netlink_snd_multicast(struct sk_buff *skb, + void *buf, + u32 pid, + u32 group) { + genlmsg_end(skb, buf); return genlmsg_multicast(skb, pid, group, GFP_KERNEL); } This is a bit weird at first, one would expect that the message is terminated when it is build but I guess this is ok for now. Rest seems fine.
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help