Re: [PATCH] netfilter: replace -EEXIST with -EBUSY

From: Florian Westphal

Date: Sat Dec 20 2025 - 14:16:59 EST


Daniel Gomez <da.gomez@xxxxxxxxxx> wrote:
> something like:
>
> Replace -EEXIST with -EBUSY to ensure correct error reporting in the module
> initialization path.

Makes sense, I will mangle it locally when I apply this. Thanks!