On Tue, 6 Feb 2001, Andre Oppermann wrote:

> Date: Tue, 06 Feb 2001 20:32:07 +0100
> From: Andre Oppermann <[EMAIL PROTECTED]>
> NAME
>      link - make a hard file link

> DESCRIPTION
>      The link() function call atomically creates the specified directory
> entry
>                               ^^^^^^^^^^
>      (hard link) name2 with the attributes of the underlying object
> pointed at
>      by name1. If the link is successful: the link count of the
> underlying ob-
>      ject is incremented; name1 and name2 share equal access and rights
> to the
>      underlying object.

IE. link() atomically creates the directory entry and increments
the usage count of the inode. I don't see anything about writing
the thing to disk ...

regards,

Rik
--
Linux MM bugzilla: http://linux-mm.org/bugzilla.shtml

Virtual memory is like a game you can't win;
However, without VM there's truly nothing to lose...

                http://www.surriel.com/
http://www.conectiva.com/       http://distro.conectiva.com/



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to