Jump to content

namei kernel function


1 post in this topic

Recommended Posts

I'm developing a kernel module. I'm trying to develop my own unlink function in order to apply some filters in the kernel. However, whenever i try to invoke the function namei(), i get a kernel panic. In my first steps, i'm almost copying the kernel source code of the syscall unlink and the function namei is one of the first functions that are called.

 

Furthermore, I have tried to find the source code of the function namei, and i've not found it.

 

Therefore, can I use that function? does anyone know why i always enter in kernel panic?

 

 

Thanks in advance

Link to comment
Share on other sites

 Share

×
×
  • Create New...