mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-08-04 02:15:58 -04:00
main: pack ovl_node
remove holes reported by pahole. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
afbb9049da
commit
c95961d9cc
4
main.c
4
main.c
@ -172,8 +172,8 @@ struct ovl_node
|
||||
char *path;
|
||||
char *name;
|
||||
int lookups;
|
||||
ino_t ino;
|
||||
int hidden_dirfd;
|
||||
ino_t ino;
|
||||
|
||||
unsigned int present_lowerdir : 1;
|
||||
unsigned int do_unlink : 1;
|
||||
@ -185,7 +185,6 @@ struct ovl_node
|
||||
struct ovl_data
|
||||
{
|
||||
struct fuse_session *se;
|
||||
int debug;
|
||||
char *uid_str;
|
||||
char *gid_str;
|
||||
struct ovl_mapping *uid_mappings;
|
||||
@ -197,6 +196,7 @@ struct ovl_data
|
||||
char *workdir;
|
||||
char *redirect_dir;
|
||||
int workdir_fd;
|
||||
int debug;
|
||||
struct ovl_layer *layers;
|
||||
|
||||
struct ovl_node *root;
|
||||
|
Loading…
x
Reference in New Issue
Block a user