mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Torsten Foertsch <torsten.foertsch@gmx.net>
To: Christoph Hellwig <hch@infradead.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [2.4.19] How to get the path name of a struct dentry
Date: Wed, 12 Mar 2003 15:51:49 +0100	[thread overview]
Message-ID: <200303121551.53736.torsten.foertsch@gmx.net> (raw)
In-Reply-To: <20030312135954.A11564@infradead.org>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 12 March 2003 14:59, Christoph Hellwig wrote:
> >
> >   ns=current->namespace;
> > /*   get_namespace( ns ); */
>
> you want to keep this.

I commented it because I compile my code as a module and the inlined function 
put_namespace() calls umount_tree() that is not exported. So I have to copy 
it to my modules code.


>
> >   rootmnt=mntget( ns->root );
> > /*   put_namespace( ns ); */
>
> do the put once you're completly done with it
>
> >   root = dget(rootmnt->mnt_root);
> >
> >   spin_lock(&dcache_lock);
> >   res = __d_path(dentry, vfsmnt, root, rootmnt, buf, buflen);
> >   spin_unlock(&dcache_lock);
> >
> >   dput(root);
> >   mntput(rootmnt);

You mean put_namespace(ns) should go here?

> >   return res;
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+b0mJwicyCTir8T4RAnXHAJ9d3NVrT32iH3ct5ZZLCj3ZjU25vwCglvw5
A+nWzvgKOvjKc46J4jwmAPc=
=Hyot
-----END PGP SIGNATURE-----

  reply	other threads:[~2003-03-12 14:46 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-12  9:33 Torsten Foertsch
2003-03-12 10:11 ` Christoph Hellwig
2003-03-12 10:38   ` Torsten Foertsch
2003-03-12 10:47     ` Christoph Hellwig
2003-03-12 12:38       ` Torsten Foertsch
2003-03-12 12:53         ` Christoph Hellwig
2003-03-12 13:04       ` Torsten Foertsch
2003-03-12 13:32         ` Torsten Foertsch
2003-03-12 13:59           ` Christoph Hellwig
2003-03-12 14:51             ` Torsten Foertsch [this message]
2003-03-12 10:13 ` Arjan van de Ven

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=200303121551.53736.torsten.foertsch@gmx.net \
    --to=torsten.foertsch@gmx.net \
    --cc=hch@infradead.org \
    --cc=linux-kernel@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

all inboxes | Powered by JetHome®