hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/net/ax25/ax25_in.c
....@@ -1,8 +1,5 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
2
- * This program is free software; you can redistribute it and/or modify
3
- * it under the terms of the GNU General Public License as published by
4
- * the Free Software Foundation; either version 2 of the License, or
5
- * (at your option) any later version.
63 *
74 * Copyright (C) Alan Cox GW4PTS (alan@lxorguk.ukuu.org.uk)
85 * Copyright (C) Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.uk)
....@@ -359,7 +356,7 @@
359356
360357 make->sk_state = TCP_ESTABLISHED;
361358
362
- sk->sk_ack_backlog++;
359
+ sk_acceptq_added(sk);
363360 bh_unlock_sock(sk);
364361 } else {
365362 if (!mine)