Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
netlink: Fix netlink_insert EADDRINUSE error
The patch c5adde9 ("netlink: eliminate nl_sk_hash_lock") introduced a bug where the EADDRINUSE error has been replaced by ENOMEM. This patch rectifies that problem. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Acked-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information