CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2024/09/09 01:37:47

Modified files:
        sys/net        : if_pppx.c 

Log message:
Don't take netlock while setting `if_description'.

net/if_pppx.c is the only place where `if_description' accessed outside
ifioctl() path and there is no reason to take netlock here. SIOCSIFDESCR
case of ifioctl() modifies `if_description' with the only kernel lock.

ok bluhm

Reply via email to