diff mbox series

[f2fs-dev] f2fs/003: add missing _fixed_by_kernel_commit line

Message ID 20240902101844.4042983-1-chao@kernel.org (mailing list archive)
State New
Headers show
Series [f2fs-dev] f2fs/003: add missing _fixed_by_kernel_commit line | expand

Commit Message

Chao Yu Sept. 2, 2024, 10:18 a.m. UTC
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>
---
 tests/f2fs/003 | 3 +++
 1 file changed, 3 insertions(+)

Comments

Zorro Lang Sept. 2, 2024, 8:05 p.m. UTC | #1
On Mon, Sep 02, 2024 at 06:18:44PM +0800, Chao Yu wrote:
> 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>
> ---

Thanks for the update.

Reviewed-by: Zorro Lang <zlang@redhat.com>

>  tests/f2fs/003 | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/tests/f2fs/003 b/tests/f2fs/003
> index 62821ed7..fbb08a3e 100755
> --- a/tests/f2fs/003
> +++ b/tests/f2fs/003
> @@ -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"
>  
> -- 
> 2.40.1
>
diff mbox series

Patch

diff --git a/tests/f2fs/003 b/tests/f2fs/003
index 62821ed7..fbb08a3e 100755
--- a/tests/f2fs/003
+++ b/tests/f2fs/003
@@ -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"