RE: [PATCH v2 06/10] fs/ntfs3: Add compression

From: Konstantin Komarov
Date: Thu Aug 27 2020 - 11:54:51 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Sent: Friday, August 21, 2020 7:46 PM
>
[]
> > +// 0x3FFF
> > +#define HeaderOfNonCompressedChunk ((LZNT_CHUNK_SIZE + 2 - 3) | 0x3000)
>
> Do we need something in coding-style.rst that says:
> Avoid CamelCase in Linux kernel source code.
> ?

Hi! Thanks. Will get rid of it in v3.

>
> > +
> > +/*
> > + * compess_chunk
>
> Just curious: what is this compess name?
>
> > + *
> > + * returns one of the tree values:
>
> s/tree/three/
>
[]

Will be fixed in v3.