]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
f2fs/003: add missing _fixed_by_kernel_commit line
authorChao Yu <chao@kernel.org>
Mon, 2 Sep 2024 10:18:44 +0000 (18:18 +0800)
committerZorro Lang <zlang@kernel.org>
Mon, 2 Sep 2024 20:06:13 +0000 (04:06 +0800)
The bug related to this regression testcase has been fixed by commit
b40a2b003709 ("f2fs: use meta inode for GC of 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/003

index 62821ed70018402da619faac2ee565e2d4e9ece4..fbb08a3e9b2688186a46222f6cae9ae66801f39b 100755 (executable)
@@ -25,6 +25,9 @@ _cleanup()
        rm -r -f $tmp.*
 }
 
+_fixed_by_kernel_commit b40a2b003709 \
+       "f2fs: use meta inode for GC of atomic file"
+
 _require_scratch
 _require_xfs_io_command "fpunch"