Re: Getting a dentry from an inode.

From: Andrew Morton
Date: Thu Apr 01 2004 - 03:40:08 EST


Soeren Noehr Christensen <snc@xxxxxxxxx> wrote:
>
> I'm working on a securityproject (umbrella.sourceforge.net), we need to
> access the dentry struct(s) associated with a particular inode, and all we
> have access to is the inode struct. Does anyone know how to do get the
> dentry structs from this?

Walk inode->i_dentry. See d_find_alias() for similar code.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/