chiark / gitweb /
pahole: rearrange structs to make them smaller
[elogind.git] / src / mount.h
index 4732902ef3c91b2a895d23eb67d20066d2db5e0d..56a7b12b26bce20266f0fca1bdb91ed04f6753de 100644 (file)
@@ -79,17 +79,15 @@ struct Mount {
 
         bool failure:1;
 
-        usec_t timeout_usec;
-
         mode_t directory_mode;
 
+        usec_t timeout_usec;
+
         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;