9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Russ Cox <rsc@swtch.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] Strange date/time on some created files
Date: Sun, 12 Feb 2006 06:06:53 -0500	[thread overview]
Message-ID: <ee9e417a0602120306o6d401de1oacdf8898abc84093@mail.gmail.com> (raw)
In-Reply-To: <775b8d190602111953n75c2f584i46235f6e98e908f5@mail.gmail.com>

cleanname is used mainly by user-space programs.
the kernel only uses it to handle names of the form
/clean/name/.. -- names ending in a single "/..".  for the
most part the kernel just keeps its names clean to
begin with.

dot is a local fiction provided by the kernel.
file servers never see dot, nor do they show it in listings.

as for stat, i looked at the kernel code, and it looks like
stat should be returning the mounted root info, not the
mount points.  and sure enough, it does!  i'm not sure
what i was seeing before that confused me.  sorry for
confusing all of you.  even union mounts appear to stat
the top guy in the union.

russ


      reply	other threads:[~2006-02-12 11:06 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-10 14:50 Gregory Pavelcak
2006-02-10 16:59 ` Russ Cox
2006-02-11  1:12 ` geoff
2006-02-11 15:28   ` Gregory Pavelcak
2006-02-11 15:51     ` Russ Cox
2006-02-12  2:14       ` geoff
2006-02-12  2:26         ` Russ Cox
2006-02-12  3:10           ` Bruce Ellis
2006-02-12  3:36             ` geoff
2006-02-12  3:53               ` Bruce Ellis
2006-02-12 11:06                 ` Russ Cox [this message]

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=ee9e417a0602120306o6d401de1oacdf8898abc84093@mail.gmail.com \
    --to=rsc@swtch.com \
    --cc=9fans@cse.psu.edu \
    /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).