summaryrefslogtreecommitdiff
path: root/src/automount.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-08-11 22:37:10 +0200
committerLennart Poettering <lennart@poettering.net>2010-08-11 22:37:10 +0200
commit7fab9d01b5940a67ca070754361afb9dfaa520f2 (patch)
tree4c1c02f2a01fb255848846edb66c48dc5caf6ba1 /src/automount.h
parente364ad0628b5930a671ae5be863b960f4bd748a8 (diff)
pahole: rearrange structs to make them smaller
Diffstat (limited to 'src/automount.h')
-rw-r--r--src/automount.h2
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;