I\'m writing a Linux kernel module that needs to open and read files. What\'s the best way to accomplish that?
You can also find some informations about sys_call_open in this Linux Kernel Module Programing Guide.