mcctrl: use IKC packet pools

This commit is contained in:
Balazs Gerofi
2016-08-12 12:26:14 +09:00
parent daca522d25
commit a01ae91051
3 changed files with 9 additions and 4 deletions

View File

@@ -687,7 +687,7 @@ static int syscall_packet_handler(struct ihk_ikc_channel_desc *c,
}
kfree(packet);
ihk_ikc_release_packet((struct ihk_ikc_free_packet *)packet, c);
return ret;
}