]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/mount.c
mount: when allocating a Mount object based on /proc/self/mountinfo mark it so
authorLennart Poettering <lennart@poettering.net>
Wed, 28 Nov 2018 13:51:04 +0000 (14:51 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 7 Dec 2018 16:35:32 +0000 (17:35 +0100)
commit6d7e89b07065b8c49af47aaf1ccc336d017fc3a2
tree60d8c75ebfd9eb753c4e230180417afcc33e3790
parent26e35b164b8d0603629b3d394554cfa728e8c3e4
mount: when allocating a Mount object based on /proc/self/mountinfo mark it so

Let's set 'from_proc_self_mountinfo' right away, since we know its from
there. This is important so that when the load queue is dispatched (and
thus mount_load() called) this
fact is already known.
src/core/mount.c