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)
commit1eb2f96d0bffb2cca1fb7249ad9b6b4daa1d1d6a
tree0b37332ef5b2d1ec4a5c756e69db610f22ac507b
parentc25bf185e57213b54ea0d632ac04907310993433
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