From: Yang Xu Date: Thu, 28 Jul 2022 04:36:31 +0000 (+0800) Subject: xfs/191: Add missing xfsprogs commit X-Git-Tag: v2022.07.31~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8a74eaaebe2a3e24b17a0ca08bea87bac2766908;p=xfstests-dev.git xfs/191: Add missing xfsprogs commit xfs_repair also needs to think empty xattr leaf block isn't corruption, so case can pass. Signed-off-by: Yang Xu Reviewed-by: Darrick J. Wong Signed-off-by: Zorro Lang --- diff --git a/tests/xfs/191 b/tests/xfs/191 index c568f90e..4f0a9b9e 100755 --- a/tests/xfs/191 +++ b/tests/xfs/191 @@ -11,9 +11,11 @@ # operations don't stumble over them, and that xfs_repair will offer to remove # the entire xattr fork if the root xattr leaf block is empty. # -# Regression test for kernel commit: -# +# Regression test for +# kernel commit: # 7be3bd8856fb ("xfs: empty xattr leaf header blocks are not corruption") +# xfsprogs commit: +# f50d3462c654 ("xfs_repair: ignore empty xattr leaf blocks") # . ./common/preamble _begin_fstest auto quick attr @@ -28,6 +30,7 @@ _supported_fs xfs _require_scratch _require_scratch_xfs_crc # V4 is deprecated _fixed_by_kernel_commit 7be3bd8856fb "xfs: empty xattr leaf header blocks are not corruption" +_fixed_by_git_commit xfsprogs f50d3462c654 "xfs_repair: ignore empty xattr leaf blocks" _scratch_mkfs_xfs | _filter_mkfs >$seqres.full 2>$tmp.mkfs cat $tmp.mkfs >> $seqres.full