mirror of
https://github.com/torvalds/linux.git
synced 2025-11-04 02:30:34 +02:00
Simon reported that ndo_change_mtu() methods were never
updated to use WRITE_ONCE(dev->mtu, new_mtu) as hinted
in commit
|
||
|---|---|---|
| .. | ||
| common.h | ||
| hash.c | ||
| interface.c | ||
| Makefile | ||
| netback.c | ||
| rx.c | ||
| xenbus.c | ||