commit | b191ba0d599928372be5a89f75486eb58efab48a | [log] [tgz] |
---|---|---|
author | Evgeniy Polyakov <johnpol@2ka.mipt.ru> | Mon Mar 20 22:21:40 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 20 22:21:40 2006 -0800 |
tree | a0ecc636d121126aba838d49700ad9cfbbf94733 | |
parent | 0ac81ae34ec8898e7eb1388fe21e3cee7b626a88 [diff] |
[CONNECTOR]: Use netlink_has_listeners() to avoind unnecessary allocations. Return -ESRCH from cn_netlink_send() when there are not listeners, just as it could be done by netlink_broadcast(). Propagate netlink_broadcast() error back to the caller. Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Signed-off-by: David S. Miller <davem@davemloft.net>