]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev: save stats of all udev rules file
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 13 Jul 2022 12:58:15 +0000 (21:58 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 23 Jul 2022 06:05:22 +0000 (15:05 +0900)
commitacfbd71ccc3c316c335accfb872937cbf9d3dde3
treeadf5454c0ed088308212ff9c6bd69c80743a66cc
parent3f4dfd9d8791d488835e6bf262254fa1d28866a2
udev: save stats of all udev rules file

The mtime of directory is not updated when an existing rule file is
changed. Hence, paths_check_timestamp() is not reliable.
src/shared/conf-parser.c
src/shared/conf-parser.h
src/udev/udev-rules.c
src/udev/udev-rules.h
src/udev/udevd.c