]> git.baikalelectronics.ru Git - kernel.git/commit
f2fs: turn back remapped address in compressed page endio
authorDaeho Jeong <daehojeong@google.com>
Wed, 28 Jul 2021 19:38:11 +0000 (12:38 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 2 Aug 2021 18:24:25 +0000 (11:24 -0700)
commit0e5bd850b68d3d3e0f9748537a0b977f010e868b
treea36ec6dc03243e8168344a37a9995320a105d7cb
parent6153ef3a5122f985418e59cf8fb60049e09481f7
f2fs: turn back remapped address in compressed page endio

Turned back the remmaped sector address to the address in the partition,
when ending io, for compress cache to work properly.

Fixes: 18e26da2b4a1 ("f2fs: compress: add compress_inode to cache
compressed blocks")
Signed-off-by: Daeho Jeong <daehojeong@google.com>
Signed-off-by: Youngjin Gil <youngjin.gil@samsung.com>
Signed-off-by: Hyeong Jun Kim <hj514.kim@samsung.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c