Re: [PATCH] staging: exfat: add exfat filesystem code to staging

From: Markus Elfring
Date: Thu Aug 29 2019 - 10:09:36 EST


> +++ b/drivers/staging/exfat/exfat.h
> @@ -0,0 +1,973 @@
â
> +/* file types */
> +#define TYPE_UNUSED 0x0000
> +#define TYPE_DELETED 0x0001
â
> +/* time modes */
> +#define TM_CREATE 0
> +#define TM_MODIFY 1

Will it be helpful to work with enumerations at such places?

Regards,
Markus