]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cifsd: use kmalloc() for small allocations
authorNamjae Jeon <namjae.jeon@samsung.com>
Tue, 30 Mar 2021 03:40:47 +0000 (12:40 +0900)
committerSteve French <stfrench@microsoft.com>
Mon, 12 Apr 2021 04:22:19 +0000 (23:22 -0500)
commitc54748b06dcc09978847e5d501d2a90d9ea5419d
tree844af1295db6d6d34c9df35bc9f190dfd0080466
parent2e8e211eca2b8907cb9cf766a3d3912a80e140c8
cifsd: use kmalloc() for small allocations

Just use kmalloc() for small allocations.

Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifsd/buffer_pool.c
fs/cifsd/mgmt/share_config.c
fs/cifsd/mgmt/user_config.c
fs/cifsd/mgmt/user_session.c
fs/cifsd/oplock.c
fs/cifsd/smb2pdu.c
fs/cifsd/transport_tcp.c
fs/cifsd/vfs_cache.c