Re: [PATCH net-next 4/5] ppp: move PPPIOCSPASS32/PPPIOCSACTIVE32 to ppp_generic.c
From: Guillaume Nault <hidden>
Date: 2018-08-30 11:05:09
Also in:
lkml
From: Guillaume Nault <hidden>
Date: 2018-08-30 11:05:09
Also in:
lkml
On Wed, Aug 29, 2018 at 04:03:29PM +0200, Arnd Bergmann wrote:
PPPIOCSPASS and PPPIOCSACTIVE are implemented in ppp_generic and isdn_ppp, but the latter one doesn't work for compat mode in general, so we can move these two into the generic code. Again, the best implementation I could come up with was to merge the compat handling into the regular ppp_ioctl() function and treating all ioctl commands as compatible.
Acked-by: Guillaume Nault <redacted>