From: Chao Yu Date: Sat, 12 Oct 2024 01:14:19 +0000 (+0800) Subject: f2fs/004: add missing _fixed_by_kernel_commit line X-Git-Tag: v2024.10.28~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=18795160b0f324401a62b4e8e2b3a1f8753a896b;p=xfstests-dev.git f2fs/004: add missing _fixed_by_kernel_commit line The bug related to this regression testcase has been fixed by commit b2c160f4f3cf ("f2fs: atomic: fix to forbid dio in atomic_file"), let's add missing _fixed_by_kernel_commit line for this testcase. Cc: Jaegeuk Kim Cc: Daeho Jeong Signed-off-by: Chao Yu Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- diff --git a/tests/f2fs/004 b/tests/f2fs/004 index dd1ed5c1..e08cee11 100755 --- a/tests/f2fs/004 +++ b/tests/f2fs/004 @@ -25,6 +25,9 @@ _cleanup() rm -r -f $tmp.* } +_fixed_by_kernel_commit b2c160f4f3cf \ + "f2fs: atomic: fix to forbid dio in atomic_file" + _require_scratch _require_odirect _scratch_mkfs >> $seqres.full