My kernel module would create an entry under an existing proc entry, e.g /proc/sys
,
So the ordinary call to proc_create
fails.
Then I try to see if there's a function to obtain the right parent node
, by checking proc_fs.h, but to no avail.
What should I do now?
Hope this code helps you to understand
make file