]> git.ipfire.org Git - thirdparty/systemd.git/commit
tmpfiles: drop redundant proc_mounted() check 36332/head
authorMike Yuan <me@yhndnzj.com>
Sun, 9 Feb 2025 14:25:05 +0000 (15:25 +0100)
committerMike Yuan <me@yhndnzj.com>
Sun, 9 Feb 2025 14:39:25 +0000 (15:39 +0100)
commit8dc4f9a944372ddae9951601215b29196f2c467c
treec2cfd553ce9afe41dded32e6a61e7ba3d868929a
parent7b66a950db5b6cb245ff5340eea2285ec6245b49
tmpfiles: drop redundant proc_mounted() check

Follow-up for 01131684ac66e82faae18e40e110089003d7c536

After the mentioned commit, the execution of tmpfiles
is aborted without /proc/. No need to check for individual
operations.
src/tmpfiles/tmpfiles.c