security\apparmor\lib.c
void
aa_str_kref(
struct
kref *kref)
{
kfree(container_of(kref,
counted_str, count));
}