|
@@ -1455,6 +1455,7 @@ struct tsap_cb *irttp_dup(struct tsap_cb *orig, void *instance)
|
|
|
|
|
|
/* Not everything should be copied */
|
|
/* Not everything should be copied */
|
|
new->notify.instance = instance;
|
|
new->notify.instance = instance;
|
|
|
|
+ spin_lock_init(&new->lock);
|
|
init_timer(&new->todo_timer);
|
|
init_timer(&new->todo_timer);
|
|
|
|
|
|
skb_queue_head_init(&new->rx_queue);
|
|
skb_queue_head_init(&new->rx_queue);
|