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
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