RE: [PATCH 01/13] exfat: add in-memory and on-disk structures and headers

From: Namjae Jeon
Date: Sun Nov 17 2019 - 23:59:47 EST


> â
> > +++ 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