]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/namespace.c
core: rename BindMount structure → MountEntry
authorLennart Poettering <lennart@poettering.net>
Tue, 13 Dec 2016 23:48:52 +0000 (00:48 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 13 Dec 2016 23:48:52 +0000 (00:48 +0100)
commit34de407a4fca46cdb5e45aae149604fe10102ecf
tree7409689ad9888d1e85d933f9bcca9171cd672b0d
parentcfbeb4ef8d836ad33572527b63eea383101d9aba
core: rename BindMount structure → MountEntry

After all, these don#t strictly encapsulate bind mounts anymore, and we are
preparing this for adding arbitrary user-defined bind mounts in a later commit,
at which point this would become really confusing. Let's clean this up, rename
the BindMount structure to MountEntry, so that it is clear that it can contain
information about any kind of mount.
src/core/namespace.c