]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
f2fs/004: add missing _fixed_by_kernel_commit line
authorChao Yu <chao@kernel.org>
Sat, 12 Oct 2024 01:14:19 +0000 (09:14 +0800)
committerZorro Lang <zlang@kernel.org>
Fri, 25 Oct 2024 04:03:08 +0000 (12:03 +0800)
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 <jaegeuk@kernel.org>
Cc: Daeho Jeong <daehojeong@google.com>
Signed-off-by: Chao Yu <chao@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/f2fs/004

index dd1ed5c12e66292376e13bd7856dcbeb306c118e..e08cee11bc389c133b9398f1c3ec042d93fc4302 100755 (executable)
@@ -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