]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
atm: remove the unused change_qos device operation
authorJakub Kicinski <kuba@kernel.org>
Mon, 15 Jun 2026 19:44:13 +0000 (12:44 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 16 Jun 2026 15:53:52 +0000 (08:53 -0700)
commit6719d57ee047cba211e8684eef46d5486a3295bb
tree4c374ab8452fa2cb4fdc58c5fa0db612e96ef7b6
parentaa582dc25ace8951ad595c71fb93d21ed2ec4624
atm: remove the unused change_qos device operation

atmdev_ops::change_qos() was the hook for renegotiating the traffic
parameters of an already-connected VCC, driven from SO_ATMQOS on a
connected socket (and previously from the SVC as_modify path, now gone).
None of the ATM drivers left in tree implement it - solos-pci only listed
change_qos = NULL - so atm_change_qos() always returned -EOPNOTSUPP.

Drop the operation and return -EOPNOTSUPP directly.

Link: https://patch.msgid.link/20260615194416.752559-7-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/atm/solos-pci.c
include/linux/atmdev.h
net/atm/common.c