On Tue, Feb 17, 2026 at 05:22:44PM -0800, Eric Biggers wrote: > hppa-linux-gcc 9.5.0 generates a call to fsverity_readahead() in > f2fs_readahead() when CONFIG_FS_VERITY=n, because it fails to do the > expected dead code elimination based on vi always being NULL. Fix the > build error by adding an inline stub for fsverity_readahead(). Since > it's just for opportunistic readahead, just make it a no-op. > > Reported-by: kernel test robot <[email protected]> > Closes: > https://lore.kernel.org/oe-kbuild-all/[email protected]/
Pretty silly that we need it, but looks good: Reviewed-by: Christoph Hellwig <[email protected]> _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
