]> git.baikalelectronics.ru Git - kernel.git/commit
net: Wrap ndo_do_ioctl() to prepare for DSA stacked ops
authorFlorian Fainelli <f.fainelli@gmail.com>
Mon, 20 Jul 2020 03:49:51 +0000 (20:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Jul 2020 23:48:22 +0000 (16:48 -0700)
commit77cc5ca6d12af558303af7f50792735aa72d3e09
tree5eb8f37c9356caaec20d8a4a95eb5a4c4bfa9a4d
parent9b679f3af0ca6c780a6833bdcf8cabec3639562f
net: Wrap ndo_do_ioctl() to prepare for DSA stacked ops

In preparation for adding another layer of call into a DSA stacked ops
singleton, wrap the ndo_do_ioctl() call into dev_do_ioctl().

Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev_ioctl.c