@@ -11,7 +11,7 @@
. ./common/preamble
_begin_fstest auto quick
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit d5c367ef8287 \
"f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode."
_require_scratch
@@ -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
@@ -11,7 +11,7 @@
. ./common/preamble
_begin_fstest auto quick rw compress
-_fixed_by_kernel_commit xxxxxxxxxxxx \
+_fixed_by_kernel_commit 26413ce18e85 \
"f2fs: compress: fix inconsistent update of i_blocks in release_compress_blocks and reserve_compress_blocks"
_require_scratch
The bugs related to f2fs/00[5-7] regression testcases have been fixed by below commits: - d5c367ef8287 ("f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode.") - 1acd73edbbfe ("f2fs: fix to account dirty data in __get_secs_required()") - 26413ce18e85 ("f2fs: compress: fix inconsistent update of i_blocks in release_compress_blocks and reserve_compress_blocks") Let's add commit id to _fixed_by_kernel_commit in f2fs/00[5-7]. Cc: Jaegeuk Kim <jaegeuk@kernel.org> Signed-off-by: Chao Yu <chao@kernel.org> --- tests/f2fs/005 | 2 +- tests/f2fs/006 | 2 +- tests/f2fs/007 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)