commit | 5b4cb650e569db2e6a09d2fa0ef8eb789a0ac5d8 | [log] [tgz] |
---|---|---|
author | Taehee Yoo <ap420073@gmail.com> | Wed Jan 09 02:24:34 2019 +0900 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 11 18:05:41 2019 -0800 |
tree | 7ef7c653d79db14d7eec7b445c178255a01e13d8 | |
parent | 73ab1cb2de9e3efe7f818d5453de271e5371df1d [diff] |
net: bpfilter: use cleanup callback to release umh_info Now, UMH process is killed, do_exit() calls the umh_info->cleanup callback to release members of the umh_info. This patch makes bpfilter_umh's cleanup routine to use the umh_info->cleanup callback. Signed-off-by: Taehee Yoo <ap420073@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>