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

From: Markus Elfring
Date: Sun Nov 17 2019 - 07:25:55 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?

Regards,
Markus