From owner-freebsd-doc Thu Oct 15 11:20:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04306 for freebsd-doc-outgoing; Thu, 15 Oct 1998 11:20:06 -0700 (PDT) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04299 for ; Thu, 15 Oct 1998 11:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA13861; Thu, 15 Oct 1998 11:20:01 -0700 (PDT) Received: from ryan.org (kenny.inetu.net [206.245.142.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04102 for ; Thu, 15 Oct 1998 11:18:29 -0700 (PDT) (envelope-from ryan@ryan.org) Received: (from ryan@localhost) by ryan.org (8.8.7/8.8.7) id OAA17634; Thu, 15 Oct 1998 14:16:39 -0400 (EDT) (envelope-from ryan) Message-Id: <199810151816.OAA17634@ryan.org> Date: Thu, 15 Oct 1998 14:16:39 -0400 (EDT) From: Ryan Reply-To: ryan@ryan.org To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/8337: documentation relic Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 8337 >Category: docs >Synopsis: documentation relic >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 15 11:20:01 PDT 1998 >Last-Modified: >Originator: Ryan >Organization: >Release: FreeBSD 2.2.7-STABLE i386 >Environment: >Description: rename(2) mentioned as a CAVEAT: The system can deadlock if a loop in the file system graph is present. This loop takes the form of an entry in directory `a', say `a/foo', being a hard link to directory `b', and an entry in directory `b', say `b/bar', being a hard link to directory `a'. When such a loop exists and two sepa- rate processes attempt to perform `rename a/foo b/bar' and `rename b/bar a/foo', respectively, the system may deadlock attempting to lock both di- rectories for modification. Hard links to directories should be replaced by symbolic links by the system administrator. if I remember correctly, directory hard links were outlawed long ago. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message