Author :
mvs
Date :
2024-09-09 07:37:47
Hash :efb6c398 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