All of lore.kernel.org
 help / color / mirror / Atom feed
From: "H. Peter Anvin" <hpa@zytor.com>
To: linux-kernel@vger.kernel.org
Subject: Re: [BUG] Inconsistent behaviour of rmdir
Date: 16 Nov 2000 14:35:53 -0800	[thread overview]
Message-ID: <8v1ng9$omi$1@cesium.transmeta.com> (raw)
In-Reply-To: <Pine.GSO.4.21.0011161317120.13047-100000@weyl.math.psu.edu> <4.3.2.7.2.20001116161327.00b2f810@postoffice.brown.edu>

Followup to:  <4.3.2.7.2.20001116161327.00b2f810@postoffice.brown.edu>
By author:    David Feuer <David_Feuer@brown.edu>
In newsgroup: linux.dev.kernel
> 
> . and foo/. are also links, not directories... the directories themselves 
> are filesystem internal objects, and not discussed by the standard.  I 
> didn't know that linux supported hard links to directories... Isn't that 
> just asking for trouble?
> 

It is on filesystems which has ".." physically on disk.  Linux no
longer requires this, although for example ext2 does have this.

I don't believe it's inherently impossible in Linux anymore.  In fact,
vfsbinds provide a lot of the same kind of functionality; the main
difference between vfsbinds and hard links are that the former (a) can
cross filesystem boundaries and (b) aren't persistent.

	-hpa
-- 
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
http://www.zytor.com/~hpa/puzzle.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

  reply	other threads:[~2000-11-16 23:06 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-16 13:47 [BUG] Inconsistent behaviour of rmdir Jean-Marc Saffroy
2000-11-16 15:49 ` Linus Torvalds
2000-11-16 17:49   ` Alexander Viro
2000-11-16 18:14   ` Jean-Marc Saffroy
2000-11-16 18:28     ` Alexander Viro
2000-11-16 18:51       ` Jean-Marc Saffroy
2000-11-16 18:59         ` Alexander Viro
2000-11-16 21:17       ` David Feuer
2000-11-16 22:35         ` H. Peter Anvin [this message]
2000-11-16 23:10           ` Alexander Viro
2000-11-16 23:43           ` David Feuer
2000-11-17  0:04             ` Alexander Viro
2000-11-18  1:30               ` Nix
2000-11-18  1:58                 ` Alexander Viro
2000-11-17 17:56 ` Guest section DW
2000-11-17 20:27   ` Alexander Viro
2000-11-20  8:32     ` Eric Paire
2000-11-20  9:39       ` Guest section DW
  -- strict thread matches above, loose matches on Subject: below --
2000-11-16 16:07 Jesse Pollard

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='8v1ng9$omi$1@cesium.transmeta.com' \
    --to=hpa@zytor.com \
    --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 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.