chiark / gitweb /
pahole: rearrange structs to make them smaller
[elogind.git] / src / mount.h
index 6c60167deb96bdeab9ecfd0fe4d422004d2785af..56a7b12b26bce20266f0fca1bdb91ed04f6753de 100644 (file)
@@ -79,10 +79,10 @@ 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;