diff options
author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | 2018-02-06 14:48:32 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-08 14:03:18 -0500 |
commit | cb9f7a9a5c96a773bbc9c70660dc600cfff82f82 (patch) | |
tree | bbd5a31b8a13d94e94321dcf56960e6f91f88000 /drivers/atm | |
parent | 8c2f826dc36314059ac146c78d3bf8056b626446 (diff) | |
download | blackbird-op-linux-cb9f7a9a5c96a773bbc9c70660dc600cfff82f82.tar.gz blackbird-op-linux-cb9f7a9a5c96a773bbc9c70660dc600cfff82f82.zip |
netlink: ensure to loop over all netns in genlmsg_multicast_allns()
Nowadays, nlmsg_multicast() returns only 0 or -ESRCH but this was not the
case when commit 134e63756d5f was pushed.
However, there was no reason to stop the loop if a netns does not have
listeners.
Returns -ESRCH only if there was no listeners in all netns.
To avoid having the same problem in the future, I didn't take the
assumption that nlmsg_multicast() returns only 0 or -ESRCH.
Fixes: 134e63756d5f ("genetlink: make netns aware")
CC: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm')
0 files changed, 0 insertions, 0 deletions