hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/net/atm/signaling.c
....@@ -52,7 +52,7 @@
5252 msg->type = as_okay;
5353 }
5454 /*
55
- * Should probably just turn around the old skb. But the, the buffer
55
+ * Should probably just turn around the old skb. But then, the buffer
5656 * space accounting needs to follow the change too. Maybe later.
5757 */
5858 while (!(skb = alloc_skb(sizeof(struct atmsvc_msg), GFP_KERNEL)))
....@@ -109,7 +109,7 @@
109109 dev_kfree_skb(skb);
110110 goto as_indicate_complete;
111111 }
112
- sk->sk_ack_backlog++;
112
+ sk_acceptq_added(sk);
113113 skb_queue_tail(&sk->sk_receive_queue, skb);
114114 pr_debug("waking sk_sleep(sk) 0x%p\n", sk_sleep(sk));
115115 sk->sk_state_change(sk);