summaryrefslogtreecommitdiff
path: root/src/core/mount-setup.h
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2014-11-14 15:18:56 +0100
committerDaniel Mack <daniel@zonque.org>2014-11-14 15:18:56 +0100
commit2e75e2a8f56d0d5340dc9fb6fed1f6c4b37c495f (patch)
tree52604e8fa3ca0c4229d526a9e8fb4b04bf65cfa6 /src/core/mount-setup.h
parent56c8b52d4dc652bf15aa8c2ef44d35b166b419c1 (diff)
mount-setup: remove mount_setup_late()
Turns out we can just do kmod_setup() earlier, before we do mount_setup(), so there's no need for mount_setup_late() anymore. Instead, put kdbusfs in mount_table[].
Diffstat (limited to 'src/core/mount-setup.h')
-rw-r--r--src/core/mount-setup.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/mount-setup.h b/src/core/mount-setup.h
index 928bd6edf..b32fbc5a5 100644
--- a/src/core/mount-setup.h
+++ b/src/core/mount-setup.h
@@ -24,8 +24,6 @@
#include <stdbool.h>
int mount_setup_early(void);
-int mount_setup_late(void);
-
int mount_setup(bool loaded_policy);
int mount_cgroup_controllers(char ***join_controllers);