summaryrefslogtreecommitdiff
path: root/fs/f2fs/gc.c
diff options
context:
space:
mode:
authorWang Xiaojun <wangxiaojun11@huawei.com>2020-06-17 15:30:12 +0300
committerJaegeuk Kim <jaegeuk@kernel.org>2020-06-18 22:37:47 +0300
commitba87a45c23d645b25e1265b477e83cc1b73086e4 (patch)
tree895a8d0c8a1ff9854ec11e4e5e4a7974075a961a /fs/f2fs/gc.c
parentda52f8ade40b032eb8111a0fd514c8ac5f8f0f1b (diff)
downloadlinux-ba87a45c23d645b25e1265b477e83cc1b73086e4.tar.xz
f2fs: use kfree() to free variables allocated by match_strdup()
Use kfree() instead of kvfree() to free variables allocated by match_strdup(). Because the memory is allocated with kmalloc inside match_strdup(). Signed-off-by: Wang Xiaojun <wangxiaojun11@huawei.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/f2fs/gc.c')
0 files changed, 0 insertions, 0 deletions