]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev: drop unnecessary calls of event_queue_start() 24442/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 25 Aug 2022 15:34:15 +0000 (00:34 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 25 Aug 2022 15:40:57 +0000 (00:40 +0900)
commit5fab6b7b18d0158c005a5bcf096face23377af72
treef006862bb62b0c0f1e0e38fb1d26979d34b0574f
parent4f294ffdf18ab9f187400dbbab593a980e60be89
udev: drop unnecessary calls of event_queue_start()

As the subsequent call of on_post() will call it if necessary.

This also drop unnecessary call of event_source_disable() for killing
idle workers, as the event source is disabled in event_queue_start().
src/udev/udevd.c