chiark / gitweb /
systemctl: introduce reset-maintenance command
[elogind.git] / src / mount.h
index 30da1368ffedaba9d4735ed0c8cf12ee273510d3..6c60167deb96bdeab9ecfd0fe4d422004d2785af 100644 (file)
@@ -81,13 +81,13 @@ struct Mount {
 
         usec_t timeout_usec;
 
+        mode_t directory_mode;
+
         ExecCommand exec_command[_MOUNT_EXEC_COMMAND_MAX];
         ExecContext exec_context;
 
         MountState state, deserialized_state;
 
-        KillMode kill_mode;
-
         ExecCommand* control_command;
         MountExecCommand control_command_id;
         pid_t control_pid;