linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Al Viro <viro@ftp.linux.org.uk>
To: Ashish Khurange <ashishk@it.iitb.ac.in>
Cc: linux-fsdevel@vger.kernel.org
Subject: Re: get vfsmount from dentry
Date: Sun, 12 Mar 2006 18:24:20 +0000	[thread overview]
Message-ID: <20060312182420.GD27946@ftp.linux.org.uk> (raw)
In-Reply-To: <441461D1.6090803@it.iitb.ac.in>

On Sun, Mar 12, 2006 at 11:30:49PM +0530, Ashish Khurange wrote:
> As per my knowledge in vfs layer file is either accessed by pathname or 
> file structure pointer. In file struct you have both dentry of the file 
> and vfsmount. When a file is accessed by a name first path look up 
> happens and its nameidata is created which holds both dentry and 
> vfsmount. In may function calls only dentry is passed as an argument. 
> Now I want the path name of the file (forget what I want, as term 
> pathname is not clear between us). For some reason, I need vfsmount of 
> the file as well.

And I am telling you that dentry alone is not enough to find vfsmount.
So unless the thing you need it for can't be done in other way, you
are out of luck.  See the previous mail for the reasons...

Again, if for some reason you really need to find vfsmount inside a function
that gets only dentry, you are stuck.  Without knowing _why_ you need to
find it and need to do that inside such function, there's nothing I (or
anybody else) can do - as far as I know nobody here is a telepath.

  parent reply	other threads:[~2006-03-12 18:24 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-12 13:44 get vfsmount from dentry Ashish Khurange
2006-03-12 13:55 ` Al Viro
2006-03-12 17:20   ` Ashish Khurange
2006-03-12 17:41     ` Al Viro
2006-03-12 18:00       ` Ashish Khurange
2006-03-12 18:23         ` Shaya Potter
2006-03-12 18:54           ` Ashish Khurange
2006-03-12 19:13             ` Al Viro
2006-03-12 20:34               ` Ashish Khurange
2006-03-12 20:45                 ` Shaya Potter
2006-03-13  7:24                 ` Jan Hudec
2006-03-12 18:24         ` Al Viro [this message]
2006-03-12 19:10 ` Jamie Lokier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060312182420.GD27946@ftp.linux.org.uk \
    --to=viro@ftp.linux.org.uk \
    --cc=ashishk@it.iitb.ac.in \
    --cc=linux-fsdevel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).