main: pack ovl_node

remove holes reported by pahole.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2019-07-14 18:38:44 +02:00
parent afbb9049da
commit c95961d9cc
No known key found for this signature in database
GPG Key ID: E4730F97F60286ED

4
main.c
View File

@ -172,8 +172,8 @@ struct ovl_node
char *path; char *path;
char *name; char *name;
int lookups; int lookups;
ino_t ino;
int hidden_dirfd; int hidden_dirfd;
ino_t ino;
unsigned int present_lowerdir : 1; unsigned int present_lowerdir : 1;
unsigned int do_unlink : 1; unsigned int do_unlink : 1;
@ -185,7 +185,6 @@ struct ovl_node
struct ovl_data struct ovl_data
{ {
struct fuse_session *se; struct fuse_session *se;
int debug;
char *uid_str; char *uid_str;
char *gid_str; char *gid_str;
struct ovl_mapping *uid_mappings; struct ovl_mapping *uid_mappings;
@ -197,6 +196,7 @@ struct ovl_data
char *workdir; char *workdir;
char *redirect_dir; char *redirect_dir;
int workdir_fd; int workdir_fd;
int debug;
struct ovl_layer *layers; struct ovl_layer *layers;
struct ovl_node *root; struct ovl_node *root;