All of lore.kernel.org
 help / color / mirror / Atom feed
* [Question] how to follow a symlink via a dentry?
@ 2006-05-23 16:56 Steven Rostedt
  2006-05-23 17:08 ` Stephen Hemminger
  0 siblings, 1 reply; 3+ messages in thread
From: Steven Rostedt @ 2006-05-23 16:56 UTC (permalink / raw)
  To: LKML

What is the best way from inside the kernel, to find the dentry that
another dentry points to via symlink?

Scenario:

I have a kobj of a device in the sysfs system.  Inside a directory of
the kobj, is a symlink to another device I need to get.  I can find the
dentry of the symlink, but I haven't found a good way to get to the
dentry of what the symlink points to.

Is there a standard way to do this, or do I need to start hacking at the
follow_link of the sysfs directory to get what I want?

Do I need to hack up something like page_readlink to get the path, and
then do vfs_follow_link to get the rest.  Another thing is that I can't
rely on what current->fs points to.

Thanks,

-- Steve



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-05-23 20:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-23 16:56 [Question] how to follow a symlink via a dentry? Steven Rostedt
2006-05-23 17:08 ` Stephen Hemminger
2006-05-23 20:56   ` Steven Rostedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.