On Sat, Jun 22, 2002 at 02:32:38AM +0800, Siddharth Choudhuri wrote: > How can I find out if a file is symbolic link inside a kernel module ? You need to look it up (path_walk) and then simply get the mode from the inode structure. ------------------------------------------------------------------------------- Jan 'Bulb' Hudec <bulb@ucw.cz> -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/