From: Ion Badulescu <ionut@cs.columbia.edu>
To: Urban Widmark <urban@teststation.com>
Cc: linux-kernel@vger.kernel.org,
Jean-Eric Cuendet <jean-eric.cuendet@linkvest.com>
Subject: Re: SMB filesystem
Date: Mon, 3 Jun 2002 18:45:44 -0400 [thread overview]
Message-ID: <200206032245.g53Mji123739@buggy.badula.org> (raw)
In-Reply-To: <Pine.LNX.4.44.0206022319290.27283-100000@cola.enlightnet.local>
On Sun, 2 Jun 2002 23:34:59 +0200 (CEST), Urban Widmark <urban@teststation.com> wrote:
> Currently autofs has a problem where it won't show the mountpoints of
> non-mounted directories, but I think you would run into that problem too.
> (short version of the problem: how do you prevent 'ls -l' from mounting
> all filesystems in a directory?)
You add the concept of a "light" lookup, and you make path_walk() call this
"light" lookup (be that a separate fs method, or a flag passed down to real
lookup()) iff the path component being looked up is the last component in
the path. A "light" lookup sets a flag in the inode signalling that the inode
is incomplete, so cached_lookup() can check this flag and call a "full"
lookup() (or perhaps a "full" revalidate()) if necessary.
The actual details need to be thought out a bit more, this is only a general
outline. In particular, we need a bullet-proof way to determine when to
"upgrade" the inode from "light" to "full".
You then also need to add a "getdents" kind of message to the autofs
protocol, and a "light lookup" message (which confirms the existence of the
entry, and maybe returns the type of the entry: symlink or directory).
Once all this is done, I'll add support for it in am-utils in a jiffy...
Ion (am-utils co-maintainer)
--
It is better to keep your mouth shut and be thought a fool,
than to open it and remove all doubt.
next prev parent reply other threads:[~2002-06-03 22:46 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-06-02 21:00 SMB filesystem Jean-Eric Cuendet
2002-06-02 21:16 ` Thunder from the hill
2002-06-02 21:21 ` Matti Aarnio
2002-06-02 21:31 ` Marius Gedminas
2002-06-02 21:34 ` Urban Widmark
2002-06-02 22:16 ` Marius Gedminas
2002-06-03 22:45 ` Ion Badulescu [this message]
2002-06-03 23:03 ` intent-based lookups (was Re: SMB filesystem) Andreas Dilger
-- strict thread matches above, loose matches on Subject: below --
2002-06-03 5:50 SMB filesystem Dan Kegel
2002-06-03 11:34 ` David D. Hagood
2002-06-03 14:14 ` Jean-Eric Cuendet
2002-06-03 16:22 ` Dan Kegel
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=200206032245.g53Mji123739@buggy.badula.org \
--to=ionut@cs.columbia.edu \
--cc=jean-eric.cuendet@linkvest.com \
--cc=linux-kernel@vger.kernel.org \
--cc=urban@teststation.com \
/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