sched: tune multi-core idle balancing
[sfrench/cifs-2.6.git] / include / linux / msdos_fs.h
index 0e09c005dda87d435ced705a25e852b7f5cca2de..f950921523f55316e2ede3f73c7e4a5d22e98b34 100644 (file)
@@ -146,7 +146,7 @@ struct fat_boot_fsinfo {
 };
 
 struct msdos_dir_entry {
-       __u8    name[8],ext[3]; /* name and extension */
+       __u8    name[MSDOS_NAME];/* name and extension */
        __u8    attr;           /* attribute bits */
        __u8    lcase;          /* Case for base and extension */
        __u8    ctime_cs;       /* Creation time, centiseconds (0-199) */