]> git.baikalelectronics.ru Git - kernel.git/commit
sunrpc: use kmemdup_nul() in gssp_stringify()
authorChen Zhou <chenzhou10@huawei.com>
Fri, 8 May 2020 12:40:00 +0000 (20:40 +0800)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 8 Jun 2020 14:51:32 +0000 (10:51 -0400)
commitb3149219e2fb27abe75260360b4d60ddc4d4c9be
tree0b37332ef5b2d1ec4a5c756e69db610f22ac507b
parent0c9f2cf7e816a22299c19be3847302fdb1c94745
sunrpc: use kmemdup_nul() in gssp_stringify()

It is more efficient to use kmemdup_nul() if the size is known exactly
.

According to doc:
"Note: Use kmemdup_nul() instead if the size is known exactly."

Signed-off-by: Chen Zhou <chenzhou10@huawei.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/auth_gss/gss_rpc_upcall.c