Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-10] src/sys/net/lagg



Module Name:    src
Committed By:   martin
Date:           Fri Aug  1 10:11:46 UTC 2025

Modified Files:
        src/sys/net/lagg [netbsd-10]: if_lagg.c

Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #1144):

        sys/net/lagg/if_lagg.c: revision 1.74

lagg: fix locking against myself in lagg_linkstate_changed

Since if.c v1.535 linkstate processing is done with IFNET_LOCK held, so
lagg doesn't need to take it by itself anymore.

Reported by mlelstv@
Acked by yamaguchi@


To generate a diff of this commit:
cvs rdiff -u -r1.48.4.4 -r1.48.4.5 src/sys/net/lagg/if_lagg.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index