]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - fs/f2fs/inline.c
f2fs: clean up kvfree
authorChao Yu <yuchao0@huawei.com>
Mon, 14 Sep 2020 08:47:00 +0000 (16:47 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 14 Sep 2020 18:15:37 +0000 (11:15 -0700)
commitc8eb702484ed5badb2b654f2c9d086e43a00b954
treeadc3919da2098f4c70b2666fa42d2fd0d2332213
parent6fcaebac66673926aca27c4cd99dff28c067c130
f2fs: clean up kvfree

After commit 0b6d4ca04a86 ("f2fs: don't return vmalloc() memory from
f2fs_kmalloc()"), f2fs_k{m,z}alloc() will not return vmalloc()'ed
memory, so clean up to use kfree() instead of kvfree() to free
vmalloc()'ed memory.

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/acl.c
fs/f2fs/data.c
fs/f2fs/debug.c
fs/f2fs/file.c
fs/f2fs/gc.c
fs/f2fs/inline.c
fs/f2fs/namei.c
fs/f2fs/node.c
fs/f2fs/segment.c
fs/f2fs/xattr.c