commit | 942d6984aa0cb3974b99d302b566eaf0b8eccf54 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.vnet.ibm.com> | Tue Apr 11 16:11:10 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 11 14:51:33 2017 -0400 |
tree | 20dbe16fdc91f1c464c0a4b253b0ddfd11dd56b6 | |
parent | 40077e0cf62206ac3c315b6991d8dcddb3703286 [diff] |
s390/qeth: move common ioctl handling to core There's a number of layer-independent ioctls that we can handle in core, and reduce code duplication. For layer-specific ioctls, add a do_ioctl() discipline hook. Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com> Acked-by: Ursula Braun <ubraun@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>