diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-26 18:44:13 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-27 13:25:55 +0100 |
commit | 4349cd7c1d153c4ffa23cf1cff1644e0afa9bcf0 (patch) | |
tree | 1ed7977ffe66d585938d0128c2994c097a106ec9 /src/remount-fs | |
parent | 6550203eb471595e41e27f46e5d0a00a4c0e47bb (diff) |
util-lib: move mount related utility calls to mount-util.[ch]
Diffstat (limited to 'src/remount-fs')
-rw-r--r-- | src/remount-fs/remount-fs.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/remount-fs/remount-fs.c b/src/remount-fs/remount-fs.c index f904e48e75..57f99c9ef0 100644 --- a/src/remount-fs/remount-fs.c +++ b/src/remount-fs/remount-fs.c @@ -26,12 +26,13 @@ #include <sys/wait.h> #include <mntent.h> +#include "exit-status.h" #include "log.h" -#include "util.h" +#include "mount-setup.h" +#include "mount-util.h" #include "path-util.h" #include "signal-util.h" -#include "mount-setup.h" -#include "exit-status.h" +#include "util.h" /* Goes through /etc/fstab and remounts all API file systems, applying * options that are in /etc/fstab that systemd might not have |