move the SIOCDELRT and SIOCADDRT compat_ioctl handlers v2

From: Christoph Hellwig
Date: Fri May 15 2020 - 09:19:57 EST


Hi Dave,

this series moves the compat_ioctl handlers into the protocol handlers,
avoiding the need to override the address space limited as in the current
handler.

Changes since v1:
- reorder a bunch of variable declarations