udev: rename various validate() -> should_reload() for builtin commands
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 17 Aug 2022 05:44:27 +0000 (14:44 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 17 Aug 2022 12:56:46 +0000 (21:56 +0900)
commitf9b3b990171078f846fbcdecf19a4dbcfe3986dc
treefb6390a438d8b0f8115ddfccea1fe145204716f8
parent0161378cf76e0df7133b362a25fdde1be31767e9
udev: rename various validate() -> should_reload() for builtin commands

Previously, true by validate() means several configs are outdated and we
need to reload configs. That's not intuitive for me. Let's rename the
functions.
src/shared/hwdb-util.c
src/shared/hwdb-util.h
src/udev/udev-builtin-hwdb.c
src/udev/udev-builtin-kmod.c
src/udev/udev-builtin-net_setup_link.c
src/udev/udev-builtin.c
src/udev/udev-builtin.h
src/udev/udevd.c