Re: [PATCH RFC net-next] pppoe: remove unused kernel-mode relay support
From: Qingfang Deng
Date: Wed Feb 11 2026 - 04:02:44 EST
On Wed, Feb 11, 2026 at 4:41 PM Arnd Bergmann <arnd@xxxxxxxx> wrote:
>
> This will lose all compat ioctl support, not just the emulation for
> PPPOEIOCSFWD.
So I should only remove the if condition while keeping the
.compat_ioctl, is that correct?
>
> Arnd