]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/udev/udevd.c
udevd: drop redundant logic of receiving uevent
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 6 Nov 2018 08:46:00 +0000 (17:46 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 6 Nov 2018 14:53:55 +0000 (23:53 +0900)
commitda14313418f1bbbdf52bd9435e6a183b1f59779a
treea22aa7351a09c57561f70a416e64dd269b167608
parentb6107f010a1568715a4d4dbb634e01518bd8a336
udevd: drop redundant logic of receiving uevent

If there exists pending uevents, then sd-event invokes uevent handler.
So, it is not necessary to receive the next uevent in inotify event.
src/udev/udevd.c