lkml.org 
[lkml]   [2019]   [Aug]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [PATCH] staging: exfat: add exfat filesystem code to staging
    From
    Date
    > +++ 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

    \
     
     \ /
      Last update: 2019-08-29 16:10    [W:3.019 / U:0.384 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site