]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/libsystemd/sd-device/device-private.c
udevd: fix REMOVE handling
authorTom Gundersen <teg@jklm.no>
Thu, 23 Apr 2015 13:19:13 +0000 (15:19 +0200)
committerTom Gundersen <teg@jklm.no>
Thu, 23 Apr 2015 20:31:25 +0000 (22:31 +0200)
commit107f2e2526d476c6cc9b81a690391c111027d641
tree7c6b71cc8e761b1083fb0ed42ba68f26a2fe15e5
parent353f605867f9dac1eea4ad8ebaa92a004cbcd9e7
udevd: fix REMOVE handling

This reverts b67f944. Lazy loading of device properties does not work for devices
that are received over netlink, as these are sealed. Reinstate the unconditional
loading of the device db.

Reported by: Mantas Mikulėnas <grawity@gmail.com>.
src/libsystemd/sd-device/device-internal.h
src/libsystemd/sd-device/device-private.c
src/libsystemd/sd-device/device-private.h
src/libsystemd/sd-device/sd-device.c
src/libudev/libudev-device-private.c
src/libudev/libudev-private.h
src/udev/udev-event.c