]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
f2fs: add commit id to _fixed_by_kernel_commit
authorChao Yu <chao@kernel.org>
Mon, 2 Dec 2024 15:57:27 +0000 (23:57 +0800)
committerZorro Lang <zlang@kernel.org>
Sun, 22 Dec 2024 14:09:46 +0000 (22:09 +0800)
commit4a33c5b1dd0cf56aaf49905c77bb4b765e2db4ab
tree1aff8aeb64b5e3c034be917a47e78dc8f941874e
parentfa0e9712283f0b8d63b58375070d609f09d7a6d9
f2fs: add commit id to _fixed_by_kernel_commit

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>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/f2fs/005
tests/f2fs/006
tests/f2fs/007