Use syscall_helper_register() to register syscalls and do it through the module interface rather than sysinit.
This pattern is more common and easier to understand.
Differential D14232
Modernize nfssvc registartion brooks on Feb 7 2018, 12:24 AM. Authored by Tags None Referenced Files
Subscribers
Details
Use syscall_helper_register() to register syscalls and do it through the module interface rather than sysinit. This pattern is more common and easier to understand.
Diff Detail
Event TimelineComment Actions Looks ok to me, but since I know nothing about the interface, |