On Sun, Mar 03, 2024 at 09:10:48PM +0800, Zorro Lang wrote: > > # Convert free space (agno, block, length) to (start sector, end sector) > > _umount $loop_mnt > ^^^^^^^ > Above line causes a conflict, due to it doesn't match the current shared/298 code. It's > "$UMOUNT_PROG $loop_mnt" in current fstests. So you might have another patch to do this > change. That line actually is from a patch in Darrick's patch queue that I'm working ontop of right now for some feture development. Sorry for not remembering to rebase against current for-next first.