]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev-node: do not ignore unexpected errors on removing symlink in stack directory 20715/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 12 Sep 2021 07:14:27 +0000 (16:14 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 12 Sep 2021 07:14:44 +0000 (16:14 +0900)
commit0706cdf4ec92d6bd40391da0e81a30d9bf851663
tree696d32661ad0a75e38c3724a0c775f4839ce86ec
parent3df566a66723490914ef3bae0ca8046044b70dce
udev-node: do not ignore unexpected errors on removing symlink in stack directory

Only acceptable error here is -ENOENT.
src/udev/udev-node.c