Revert "libglusterfs/src/gf-dirent.c: In gf_dirent_nb structure d_name should be char array of size 1."
This reverts commit e151ab3ed4718606767146f18b416f8900552fbc.
This commit is contained in:
parent
40dfc3e78b
commit
5b483cb62f
@ -39,7 +39,7 @@ struct gf_dirent_nb {
|
||||
uint32_t d_len;
|
||||
uint32_t d_type;
|
||||
struct gf_stat d_stat;
|
||||
char d_name[1];
|
||||
char d_name[0];
|
||||
} __attribute__((packed));
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user