On Sat, Jan 24, 2026 at 11:27:47AM -0800, Eric Biggers wrote: > On Thu, Jan 22, 2026 at 09:22:00AM +0100, Christoph Hellwig wrote: > > fs/ext4/verity.c | 17 +---------------- > > fs/f2fs/verity.c | 17 +---------------- > > fs/verity/pagecache.c | 38 ++++++++++++++++++++++++++++++++++++++ > > include/linux/fsverity.h | 3 +++ > > 4 files changed, 43 insertions(+), 32 deletions(-) > > This creates a bisection hazard: the new file fs/verity/pagecache.c > isn't added to fs/verity/Makefile until the next commit.
Fixed, that was of course not intentional :) Still surprised the build bot didn't complain about it. _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
