Re: [PATCH] netfilter: replace -EEXIST with -EBUSY
Florian Westphal <[email protected]>
| Newsgroups | dev.linux.lists.bridge,org.kernel.vger.linux-kernel,org.kernel.vger.linux-modules,org.kernel.vger.netdev,org.kernel.vger.netfilter-devel |
|---|---|
| Message-ID | <[email protected]> |
Daniel Gomez <[email protected]> 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!