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/automount.h | |
parent | e364ad0628b5930a671ae5be863b960f4bd748a8 (diff) |
pahole: rearrange structs to make them smaller
Diffstat (limited to 'src/automount.h')
-rw-r--r-- | src/automount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/automount.h b/src/automount.h index 13b56effb6..4f879f4085 100644 --- a/src/automount.h +++ b/src/automount.h @@ -45,10 +45,10 @@ struct Automount { Mount *mount; int pipe_fd; + mode_t directory_mode; Watch pipe_watch; dev_t dev_id; - mode_t directory_mode; Set *tokens; |