chiark / gitweb /
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)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:49:34 +0000 (07:49 +0200)
commit3e57e6c7203e7a659bb4b3cca3bc7383488787a2
tree1f7be153e6b96a908204a36317b03802c3cfeaa1
parent49f31f9f4ff7491b3cd6e2fd30b5d8ff95b2f62a
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