Hi All,
I wrote a kernel module and a user that opens it with O_RDWR mode,
in the module_permission's func i get int op parameter ,
and would like to know if its value is the same as O_RDWR or maybe the system call open changes it to another known value , and if so where can i find it..
thanks a lot..