Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Aufs5 Standalone
Commits
ed3b5b31
Commit
ed3b5b31
authored
Apr 20, 2020
by
J. R. Okajima
Browse files
Merge branch 'aufs5.0/01modular' into aufs5.0/30stdalone
parents
b6a2c5d9
f0804937
Changes
3
Hide whitespace changes
Inline
Side-by-side
fs/aufs/dir.h
View file @
ed3b5b31
...
@@ -38,7 +38,7 @@ struct au_nhash {
...
@@ -38,7 +38,7 @@ struct au_nhash {
struct
au_vdir_destr
{
struct
au_vdir_destr
{
unsigned
char
len
;
unsigned
char
len
;
unsigned
char
name
[
0
];
unsigned
char
name
[];
}
__packed
;
}
__packed
;
struct
au_vdir_dehstr
{
struct
au_vdir_dehstr
{
...
...
fs/aufs/dirren.c
View file @
ed3b5b31
...
@@ -584,7 +584,7 @@ struct au_drinfo_rev_elm {
...
@@ -584,7 +584,7 @@ struct au_drinfo_rev_elm {
struct
au_drinfo_rev
{
struct
au_drinfo_rev
{
unsigned
char
already
;
unsigned
char
already
;
aufs_bindex_t
nelm
;
aufs_bindex_t
nelm
;
struct
au_drinfo_rev_elm
elm
[
0
];
struct
au_drinfo_rev_elm
elm
[];
};
};
/* todo: isn't it too large? */
/* todo: isn't it too large? */
...
...
include/uapi/linux/aufs_type.h
View file @
ed3b5b31
...
@@ -287,7 +287,7 @@ struct au_rdu_ent {
...
@@ -287,7 +287,7 @@ struct au_rdu_ent {
uint8_t
type
;
uint8_t
type
;
uint8_t
nlen
;
uint8_t
nlen
;
uint8_t
wh
;
uint8_t
wh
;
char
name
[
0
];
char
name
[];
}
__aligned
(
8
);
}
__aligned
(
8
);
static
inline
int
au_rdu_len
(
int
nlen
)
static
inline
int
au_rdu_len
(
int
nlen
)
...
@@ -338,7 +338,7 @@ struct au_drinfo {
...
@@ -338,7 +338,7 @@ struct au_drinfo {
uint8_t
oldnamelen
;
uint8_t
oldnamelen
;
uint64_t
_padding
;
uint64_t
_padding
;
};
};
uint8_t
oldname
[
0
];
uint8_t
oldname
[];
}
__aligned
(
8
);
}
__aligned
(
8
);
struct
au_drinfo_fdata
{
struct
au_drinfo_fdata
{
...
@@ -432,7 +432,7 @@ union aufs_brinfo {
...
@@ -432,7 +432,7 @@ union aufs_brinfo {
struct
{
struct
{
int16_t
id
;
int16_t
id
;
int
perm
;
int
perm
;
char
path
[
0
];
char
path
[];
};
};
}
__aligned
(
8
);
}
__aligned
(
8
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment