mm: remove kzfree() compatibility definition
Commit 453431a5 ("mm, treewide: rename kzfree() to kfree_sensitive()") renamed kzfree() to kfree_sensitive(), but it left a compatibility definition of kzfree() to avoid being too disruptive. Since then a few more instances of kzfree() have slipped in. Just get rid of them and remove the compatibility definition once and for all. Signed-off-by:Eric Biggers <ebiggers@google.com> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
parent
0f7f635b
No related branches found
No related tags found
Showing
- drivers/staging/rtl8192e/rtllib_crypt_tkip.c 1 addition, 1 deletiondrivers/staging/rtl8192e/rtllib_crypt_tkip.c
- drivers/staging/rtl8192e/rtllib_crypt_wep.c 1 addition, 1 deletiondrivers/staging/rtl8192e/rtllib_crypt_wep.c
- drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c 1 addition, 1 deletiondrivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c
- drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c 1 addition, 1 deletiondrivers/staging/rtl8192u/ieee80211/ieee80211_crypt_wep.c
- include/linux/slab.h 0 additions, 2 deletionsinclude/linux/slab.h
- net/tipc/crypto.c 2 additions, 2 deletionsnet/tipc/crypto.c
Loading
Please register or sign in to comment