X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=include%2Flinux%2Fmsdos_fs.h;h=f950921523f55316e2ede3f73c7e4a5d22e98b34;hb=6c5d523826dc639df709ed0f88c5d2ce25379652;hp=0e09c005dda87d435ced705a25e852b7f5cca2de;hpb=ec4883b015c3212f6f6d04fb2ff45f528492f598;p=linux-block.git diff --git a/include/linux/msdos_fs.h b/include/linux/msdos_fs.h index 0e09c005dda8..f950921523f5 100644 --- a/include/linux/msdos_fs.h +++ b/include/linux/msdos_fs.h @@ -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) */