sunrpc: Use kzfree rather than its implementation.
authorzhong jiang <zhongjiang@huawei.com>
Wed, 4 Sep 2019 02:39:11 +0000 (10:39 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Sep 2019 10:06:04 +0000 (12:06 +0200)
commit60b3990c2cef8667a659e44accffc8da0144ea98
treece28f41f52f6465ee0423dfc0677267514642ff1
parent10ae8f4e81d8af84bfe5d017b897a80fa4b27c8a
sunrpc: Use kzfree rather than its implementation.

Use kzfree instead of memset() + kfree().

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sunrpc/auth_gss/gss_krb5_keys.c