> … > > +++ b/fs/exfat/exfat_fs.h > > @@ -0,0 +1,533 @@ > … > > +/* time modes */ > > +#define TM_CREATE 0 > > +#define TM_MODIFY 1 > … > > Will it be helpful to work with more enumerations (besides > “exfat_error_mode”) > at such places? Yep, Will fix it on V2. Thanks for your review! > > Regards, > Markus