From 2e75e2a8f56d0d5340dc9fb6fed1f6c4b37c495f Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Fri, 14 Nov 2014 15:18:56 +0100 Subject: 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[]. --- src/core/mount-setup.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/mount-setup.h') diff --git a/src/core/mount-setup.h b/src/core/mount-setup.h index 928bd6edfe..b32fbc5a52 100644 --- a/src/core/mount-setup.h +++ b/src/core/mount-setup.h @@ -24,8 +24,6 @@ #include int mount_setup_early(void); -int mount_setup_late(void); - int mount_setup(bool loaded_policy); int mount_cgroup_controllers(char ***join_controllers); -- cgit v1.2.3-54-g00ecf