| 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
| ||
|
Message-ID: <20231219225509.GE38652@quark.localdomain> Date: Tue, 19 Dec 2023 15:55:09 -0700 From: Eric Biggers <ebiggers@...nel.org> To: Gabriel Krisman Bertazi <krisman@...e.de> Cc: viro@...iv.linux.org.uk, jaegeuk@...nel.org, tytso@....edu, linux-f2fs-devel@...ts.sourceforge.net, linux-ext4@...r.kernel.org, linux-fsdevel@...r.kernel.org Subject: Re: [PATCH v2 3/8] libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops On Fri, Dec 15, 2023 at 04:16:03PM -0500, Gabriel Krisman Bertazi wrote: > +#if defined(CONFIG_FS_ENCRYPTION) > + .d_revalidate = fscrypt_d_revalidate, > +#endif #ifdef CONFIG_FS_ENCRYPTION, since it's a bool. - Eric
Powered by blists - more mailing lists