summaryrefslogtreecommitdiff
path: root/src/core/mount.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-10-26 17:24:55 +0200
committerLennart Poettering <lennart@poettering.net>2017-11-10 19:52:41 +0100
commit3e3852b3c6c61506963112fd218a86b673fc61e6 (patch)
tree8009afd8598ddf721c9a53ec8a0f935bf9909a88 /src/core/mount.h
parentdcebc9bae4dcc3e844f01558c6127fc0d8745c8e (diff)
downloadsystemd-3e3852b3c6c61506963112fd218a86b673fc61e6.tar.gz
core: make "tmpfs" dependencies on swapfs a "default" dep, not an "implicit"
There should be a way to turn this logic of, and DefaultDependencies= appears to be the right option for that, hence let's downgrade this dependency type from "implicit" to "default, and thus honour DefaultDependencies=. This also drops mount_get_fstype() as we only have a single user needing this now. A follow-up for #7076.
Diffstat (limited to 'src/core/mount.h')
-rw-r--r--src/core/mount.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/mount.h b/src/core/mount.h
index f37094e39f..f81e4217df 100644
--- a/src/core/mount.h
+++ b/src/core/mount.h
@@ -110,5 +110,3 @@ MountExecCommand mount_exec_command_from_string(const char *s) _pure_;
const char* mount_result_to_string(MountResult i) _const_;
MountResult mount_result_from_string(const char *s) _pure_;
-
-const char *mount_get_fstype(const Mount *m);