connector: Keep the skb in cn_callback_data
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Acked-by: Lars Ellenberg <lars.ellenberg@linbit.com> Acked-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
19d5afd4f0
commit
293500a23f
@@ -134,8 +134,8 @@ struct cn_callback_id {
|
||||
struct cn_callback_data {
|
||||
void (*destruct_data) (void *);
|
||||
void *ddata;
|
||||
|
||||
void *callback_priv;
|
||||
|
||||
struct sk_buff *skb;
|
||||
void (*callback) (struct cn_msg *);
|
||||
|
||||
void *free;
|
||||
|
Reference in New Issue
Block a user