On Sun, Mar 03, 2024 at 03:15:26PM +0100, Christoph Hellwig wrote: > 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. Never mind:) As that "_umount $loop_mnt" isn't needed, I'll change the single line only. This patch and the other patch "[PATCH] common: dm-error now supports zoned devices" are in fstests' "patches-in-queue" branch, they'll be in next release. Thanks, Zorro > >