]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/util.c
util: no need for in_initrd() cache to be thread-local
authorShawn Landden <shawn@churchofgit.com>
Mon, 16 Dec 2013 00:56:21 +0000 (16:56 -0800)
committerLennart Poettering <lennart@poettering.net>
Tue, 17 Dec 2013 20:45:43 +0000 (21:45 +0100)
commit73020ab241866dce79b80cbebcaae537470c7086
tree5f74eeefca44a2f3f21932fafd399b1e20a8d9d8
parentec202eae8e84a4c99f054f771cb832046cb8769f
util: no need for in_initrd() cache to be thread-local

the process only has one working directory, and a race is
harmless
src/shared/util.c