On Thu, Apr 30, 2020 at 11:59:57AM +0000, Satya Tangirala wrote: > +bool __fscrypt_inode_uses_inline_crypto(const struct inode *inode) > +{ > + return inode->i_crypt_info->ci_inlinecrypt; > +} > +EXPORT_SYMBOL_GPL(fscrypt_inode_uses_inline_crypto); Right, this still needs to be exported (I missed that in the diff I suggested). But the export needs to be fixed to use the double-underscore name. - Eric