On Wed, Aug 29, 2018 at 04:03:28PM +0200, Arnd Bergmann wrote:
PPPIOCSCOMPRESS is only implemented in ppp_generic, so it's best to move the compat handling there. My first approach was to keep it in a new ppp_compat_ioctl() function, but it turned out to be much simpler to do it in the regular ioctl handler, by allowing both structure layouts to be handled directly there.
Acked-by: Guillaume Nault g.nault@alphalink.fr