Commit 02772fbf authored by Chao Yu's avatar Chao Yu Committed by Jaegeuk Kim
Browse files

f2fs: compress: fix to avoid memory leak on cc->cpages



Memory allocated for storing compressed pages' poitner should be
released after f2fs_write_compressed_pages(), otherwise it will
cause memory leak issue.

Signed-off-by: default avatarChao Yu <yuchao0@huawei.com>
Fixes: 4c8ff709

 ("f2fs: support data compression")
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent 3357af8f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment