summaryrefslogtreecommitdiffstats
path: root/net/tls/tls_device.c
diff options
context:
space:
mode:
authorZhike Wang2019-03-11 11:15:54 +0100
committerDavid S. Miller2019-03-13 21:48:27 +0100
commit5b5f99b186906d198f4455b3add911c87ab361fc (patch)
tree7d68f218de2af85d7273d4092e75016551c0ebcd /net/tls/tls_device.c
parentlan743x: Fix TX Stall Issue (diff)
downloadkernel-qcow2-linux-5b5f99b186906d198f4455b3add911c87ab361fc.tar.gz
kernel-qcow2-linux-5b5f99b186906d198f4455b3add911c87ab361fc.tar.xz
kernel-qcow2-linux-5b5f99b186906d198f4455b3add911c87ab361fc.zip
net_sched: return correct value for *notify* functions
It is confusing to directly use return value of netlink_send()/ netlink_unicast() as the return value of *notify*, as it may be not error at all. Example: in tc_del_tfilter(), after calling tfilter_del_notify(), it will goto errout if (err). However, the netlink_send()/netlink_unicast() will return positive value even for successful case. So it may not call tcf_chain_tp_remove() and so on to clean up the resource, as a result, resource is leaked. It may be easier to only check the return value of tfilter_del_nofiy(), but it is more clean to correct all related functions. Co-developed-by: Zengmo Gao <gaozengmo@jd.com> Signed-off-by: Zhike Wang <wangzhike@jd.com> Acked-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tls/tls_device.c')
0 files changed, 0 insertions, 0 deletions