Message ID | 20241202114149.2666-2-chao@kernel.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [1/3] f2fs/005: update commit id in _fixed_by_kernel_commit line | expand |
diff --git a/tests/f2fs/006 b/tests/f2fs/006 index a9c823c1..c1f8d4ff 100755 --- a/tests/f2fs/006 +++ b/tests/f2fs/006 @@ -16,7 +16,7 @@ . ./common/preamble _begin_fstest auto quick -_fixed_by_kernel_commit xxxxxxxxxxxx \ +_fixed_by_kernel_commit 1acd73edbbfe \ "f2fs: fix to account dirty data in __get_secs_required()" _require_scratch
The bug related to this regression testcase has been fixed by commit 1acd73edbbfe ("f2fs: fix to account dirty data in __get_secs_required()"), let's update commit id in _fixed_by_kernel_commit line. Cc: Jaegeuk Kim <jaegeuk@kernel.org> Signed-off-by: Chao Yu <chao@kernel.org> --- tests/f2fs/006 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)