On Tue, Jul 08, 2008 at 11:41:39PM -0700, naresh kumar wrote:
> Is there any equivalent of this namei(9) freebsd thingy in linux ? Here is 
> the man page for the freebsd namei filters say 
> http://www.freebsd.org/cgi/man.cgi?query=namei&sektion=9
> 
> Any pointers for this in linux are appreciated.

Look at path_lookup() in fs/namei.c.

(Hint: if you follow the call chain from the sys_open() system call you
can figure it out yourself).


Erik

-- 
Erik Mouw -- [EMAIL PROTECTED]

Attachment: signature.asc
Description: Digital signature

Reply via email to