udev: merge manager_clear_for_worker() with manager_free()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 18 Jul 2023 18:09:12 +0000 (03:09 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 31 Jul 2023 14:23:00 +0000 (23:23 +0900)
commit8ebc7314e83c3d98a519b702c05270870fb61c13
tree39306eadd9380754b408f8bfb5c18ce5676e47dd
parent987b90f93f59ac5f4a4240c17f7bb285e2f0859a
udev: merge manager_clear_for_worker() with manager_free()

The function manager_clear_for_worker() is now not called by workers,
and only called from manager_free(). Let's merge them.

This also drops unused Manager.rtnl, and outdated comment in
event_free().
src/udev/udevd.c