Re: [PATCH net-next v4 1/3] net: scm: move scm_detach_fds() from common path to scm_recv_unix()
From: Kuniyuki Iwashima
Date: Mon Jul 06 2026 - 14:20:49 EST
On Sun, Jul 5, 2026 at 5:37 AM Jori Koolstra <jkoolstra@xxxxxxxxx> wrote:
>
> scm->fp can only be set when using UNIX sockets, therefore we should
> move it out of the common path __scm_recv_common() into
> scm_recv_unix().
>
> Signed-off-by: Jori Koolstra <jkoolstra@xxxxxxxxx>
Reviewed-by: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>