]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev: cleanup stack directory /run/udev/links when all workers exited 23043/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 11 Apr 2022 12:52:49 +0000 (21:52 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Sep 2022 20:01:52 +0000 (05:01 +0900)
commit1055172804e660df2e1c498dafa998ffd65e0c88
treef551de6955888afd5afcfe11916f8bcf4463d224
parent57a272902aa821f9598dd0d74eab98d287473a63
udev: cleanup stack directory /run/udev/links when all workers exited

By the previous commit, the stack directories are not removed even if
it is empty. To reduce the inode usage of /run, let's cleanup the
directories.
src/udev/udev-node.c
src/udev/udev-node.h
src/udev/udevd.c