]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev: factor out config parser call into function
authorDavid Tardon <dtardon@redhat.com>
Fri, 5 Jan 2024 15:11:24 +0000 (16:11 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 11 Jan 2024 20:12:42 +0000 (05:12 +0900)
commit09dd8e77fc7da645e716f34ba7fa38d4666460f6
tree15af53f001797d15c599151b97042969f8b53632
parenta1c7dc7d1651e105cb5e70eabc7d84521099c840
udev: factor out config parser call into function

... which is then called from both places. This makes sure that the
configuration is parsed by udevd and other tools in exactly the same
way.
src/shared/udev-util.c
src/shared/udev-util.h
src/udev/udevd.c