Re: [PATCH] netfilter: replace -EEXIST with -EBUSY
Florian Westphal <[email protected]>
| Newsgroups | gmane.linux.network.bridge |
|---|---|
| Message-ID | <aUb2HS6kTR-z7gp2__22215.8642763802$1766258256$gmane$org@strlen.de> |
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!