-
由 Yann Droneaud 提交于
Since commit 3ef0e5ba ('slab: introduce kzfree()'), kfree() is no more the only function to be considered: kzfree() should be recognized too. In particular, kzfree() must not be called on memory allocated through devm_*() functions. Cc: Johannes Weiner <hannes@cmpxchg.org> Acked-by: NJulia Lawall <julia.lawall@lip6.fr> Signed-off-by: NYann Droneaud <ydroneaud@opteya.com> Signed-off-by: NMichal Marek <mmarek@suse.com>
6dd9379e