RE: [PATCH v2 02/10] fs/ntfs3: Add initialization of super block

From: Konstantin Komarov
Date: Thu Aug 27 2020 - 12:04:19 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Sent: Friday, August 21, 2020 8:36 PM
> On 8/21/20 9:25 AM, Konstantin Komarov wrote:
>
>
> > +/* O:BAG:BAD:(A;OICI;FA;;;WD) */
>
> What is that notation, please?
>

Apologies. It's MS's SSDL. We will have it explained a bit more in V3.

> > +const u8 s_dir_security[] __aligned(8) = {
[]
>
>
> > +MODULE_AUTHOR("Konstantin Komarov");
>
> Drop one space in the name.
>

Done, will be posted with V3.

>
> thanks.
> --
> ~Randy