> msdos_fs.h: __u8 ctime_ms; /* Creation time, milliseconds */
> msdos_fs.h: __u16 ctime; /* Creation time */
>
> (how does one fit milliseconds in a __u8 variable?)
>
I think the granularity is actually 10ms, only the name is misleading.
Gabriel.