]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/udev/udevd.c
udevd: always block follwoing events with same devpath
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 29 Jan 2019 12:55:27 +0000 (13:55 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 29 Jan 2019 13:04:43 +0000 (14:04 +0100)
commitbaa461fc05934d02ece3abd7666c144549c695cf
treeb5bd4fd636ee4a14bc16b578ccdacd977e7df7d5
parent0bd0407efcdd88614b2b948952c0bb071f73a317
udevd: always block follwoing events with same devpath

Originally commented as "devices names might have changed/swapped in the meantime",
but may not. For safety, let's block the following events with same
devpath.

This may fix #6514.
src/udev/udevd.c