diff options
| author | Jakub Kicinski <[email protected]> | 2021-11-23 01:24:47 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2021-11-23 12:18:48 +0000 |
| commit | 2106efda785b55a8957efed9a52dfa28ee0d7280 (patch) | |
| tree | 12e5c191146b24614bae365a3fd3bc414c485607 /net/unix/af_unix.c | |
| parent | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/... (diff) | |
| download | kernel-2106efda785b55a8957efed9a52dfa28ee0d7280.tar.gz kernel-2106efda785b55a8957efed9a52dfa28ee0d7280.zip | |
net: remove .ndo_change_proto_down
.ndo_change_proto_down was added seemingly to enable out-of-tree
implementations. Over 2.5yrs later we still have no real users
upstream. Hardwire the generic implementation for now, we can
revert once real users materialize. (rocker is a test vehicle,
not a user.)
We need to drop the optimization on the sysfs side, because
unlike ndos priv_flags will be changed at runtime, so we'd
need READ_ONCE/WRITE_ONCE everywhere..
Signed-off-by: Jakub Kicinski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
