diff options
Diffstat (limited to 'udev/udev-watch.c')
-rw-r--r-- | udev/udev-watch.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/udev/udev-watch.c b/udev/udev-watch.c index 33b493d512..dd6d2f8b29 100644 --- a/udev/udev-watch.c +++ b/udev/udev-watch.c @@ -155,6 +155,9 @@ void udev_watch_begin(struct udev *udev, struct udev_device *dev) util_create_path(udev, filename); unlink(filename); symlink(udev_device_get_syspath(dev), filename); + + udev_device_set_watch_handle(dev, wd); + udev_device_update_db(dev); } void udev_watch_clear(struct udev *udev, struct udev_device *dev) |