Deleted Added
full compact
88c88
< __FBSDID("$FreeBSD: head/sys/kern/subr_witness.c 189544 2009-03-08 21:48:29Z rwatson $");
---
> __FBSDID("$FreeBSD: head/sys/kern/subr_witness.c 191672 2009-04-29 19:19:13Z bms $");
515c515,516
< * Multicast - protocol locks before interface locks, after UDP locks.
---
> * IPv4 multicast:
> * protocol locks before interface locks, after UDP locks.
522a524,532
> * IPv6 multicast:
> * protocol locks before interface locks, after UDP locks.
> */
> { "udpinp", &lock_class_rw },
> { "in6_multi_mtx", &lock_class_mtx_sleep },
> { "mld_mtx", &lock_class_mtx_sleep },
> { "if_addr_mtx", &lock_class_mtx_sleep },
> { NULL, NULL },
> /*