mcctrl: use IHK OS notifiers to establish/tear down syscall channels

This patch eliminates the need for rmmod/insmod the mcctrl module
every time an OS instance is rebooted.
This commit is contained in:
Balazs Gerofi
2016-07-11 16:22:50 +09:00
parent d135731398
commit 7d9bbecd7a
3 changed files with 83 additions and 54 deletions

View File

@@ -255,7 +255,7 @@ void __init binfmt_mcexec_init(void)
insert_binfmt(&mcexec_format);
}
void __exit binfmt_mcexec_exit(void)
void binfmt_mcexec_exit(void)
{
unregister_binfmt(&mcexec_format);
}