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:
Anand V. Avati 2009-11-24 03:40:53 -08:00
parent 40dfc3e78b
commit 5b483cb62f

View File

@ -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));