]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/basic/fileio.c
basic: turn off stdio locking for a couple of helper calls
authorLennart Poettering <lennart@poettering.net>
Mon, 11 Dec 2017 19:01:55 +0000 (20:01 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 14 Dec 2017 09:46:19 +0000 (10:46 +0100)
commit35bbbf85e01372cc5091fa5fbf3ca83e262de90d
treeadc0812fa0008ba8d411a68bb7a8c0e345f1df1b
parent0d5366733428b657e1b5b7700b461e878e00b578
basic: turn off stdio locking for a couple of helper calls

These helper calls are potentially called often, and allocate FILE*
objects internally for a very short period of time, let's turn off
locking for them too.
src/basic/cgroup-util.c
src/basic/fileio.c
src/basic/mount-util.c
src/basic/process-util.c