diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-11 22:37:10 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-11 22:37:10 +0200 |
commit | 7fab9d01b5940a67ca070754361afb9dfaa520f2 (patch) | |
tree | 4c1c02f2a01fb255848846edb66c48dc5caf6ba1 /src/mount.h | |
parent | e364ad0628b5930a671ae5be863b960f4bd748a8 (diff) |
pahole: rearrange structs to make them smaller
Diffstat (limited to 'src/mount.h')
-rw-r--r-- | src/mount.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mount.h b/src/mount.h index 6c60167deb..56a7b12b26 100644 --- a/src/mount.h +++ b/src/mount.h @@ -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; |