On Thu, Feb 26, 2026 at 06:49:25AM -0800, Christoph Hellwig wrote: > Note that this does not add ifdefs for fscrypt as the compiler will > optimize away the dead code if it is not built in.
The call to folio_mapping() isn't optimized out, so it might still be worth adding an IS_ENABLED(CONFIG_FS_ENCRYPTION). - Eric
