git: 85cf26c6ee09 - main - in_var.h: fixup comments that mention use by ifmcstat(8)

From: Gleb Smirnoff <glebius_at_FreeBSD.org>
Date: Wed, 18 Mar 2026 21:11:57 UTC
The branch main has been updated by glebius:

URL: https://cgit.FreeBSD.org/src/commit/?id=85cf26c6ee09f0210999881ac3306d333aaea5a3

commit 85cf26c6ee09f0210999881ac3306d333aaea5a3
Author:     Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2026-03-18 19:36:07 +0000
Commit:     Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2026-03-18 21:00:43 +0000

    in_var.h: fixup comments that mention use by ifmcstat(8)
---
 sys/netinet/in_var.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/sys/netinet/in_var.h b/sys/netinet/in_var.h
index 311d82da4605..6d843cf2f6ef 100644
--- a/sys/netinet/in_var.h
+++ b/sys/netinet/in_var.h
@@ -291,9 +291,7 @@ ip_mfilter_count(struct ip_mfilter_head *head)
  * and kept if retransmissions are necessary.
  *
  * FUTURE: inm_link is now only used when groups are being purged
- * on a detaching ifnet. It could be demoted to a SLIST_ENTRY, but
- * because it is at the very start of the struct, we can't do this
- * w/o breaking the ABI for ifmcstat.
+ * on a detaching ifnet. It could be demoted to a SLIST_ENTRY.
  */
 struct in_multi {
 	LIST_ENTRY(in_multi) inm_link;	/* to-be-released by in_ifdetach */
@@ -339,7 +337,6 @@ struct in_multi {
  *  A source is only excluded if all listeners exclude it.
  *  A source is only included if no listeners exclude it,
  *  and at least one listener includes it.
- * May be used by ifmcstat(8).
  */
 static __inline uint8_t
 ims_get_mode(const struct in_multi *inm, const struct ip_msource *ims,