lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 11 Dec 2019 14:18:42 +0900
From:   "Namjae Jeon" <namjae.jeon@...sung.com>
To:     "'Vyacheslav Dubeyko'" <slava@...eyko.com>
Cc:     <gregkh@...uxfoundation.org>, <valdis.kletnieks@...edu>,
        <hch@....de>, <sj1557.seo@...sung.com>,
        <linux-kernel@...r.kernel.org>, <linux-fsdevel@...r.kernel.org>
Subject: RE: [PATCH v6 02/13] exfat: add super block operations

> > +	sbi->options.fs_gid = current_gid();
> > +	sbi->options.fs_fmask = current->fs->umask;
> > +	sbi->options.fs_dmask = current->fs->umask;
> > +	sbi->options.allow_utime = -1;
> 
> Why -1? Any special purpose?
No, It is just to initialize.
> 
> Thanks,
> Viacheslav Dubeyko.
> 


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ