In a linux kernel module, how can I get path of a known inode

526 views Asked by At

In a Unix kernel module (i.e. working in kernel space), I have a inode. What is the best way (in Linux, Solaris, AIX) can i used to get the absolute path of that file?

0

There are 0 answers