git: d7224a53b392 - main - sctp: remove a mutex not used anymore
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Apr 2022 15:55:28 UTC
The branch main has been updated by tuexen:
URL: https://cgit.FreeBSD.org/src/commit/?id=d7224a53b392ec6e230749d9fb42d8826d305d08
commit d7224a53b392ec6e230749d9fb42d8826d305d08
Author: Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2022-04-07 15:54:57 +0000
Commit: Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2022-04-07 15:54:57 +0000
sctp: remove a mutex not used anymore
MFC after: 3 days
---
sys/netinet/sctp_pcb.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h
index adbecf9bd00f..736b0f9d54e9 100644
--- a/sys/netinet/sctp_pcb.h
+++ b/sys/netinet/sctp_pcb.h
@@ -465,7 +465,6 @@ struct sctp_tcb {
uint16_t rport; /* remote port in network format */
uint16_t resv;
struct mtx tcb_mtx;
- struct mtx tcb_send_mtx;
};
#include <netinet/sctp_lock_bsd.h>