From owner-freebsd-commit Wed Oct 4 04:05:34 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA10002 for freebsd-commit-outgoing; Wed, 4 Oct 1995 04:05:34 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA09990 for cvs-all-outgoing; Wed, 4 Oct 1995 04:05:29 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA09980 for cvs-sys-outgoing; Wed, 4 Oct 1995 04:05:26 -0700 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA09969 ; Wed, 4 Oct 1995 04:05:13 -0700 Date: Wed, 4 Oct 1995 04:05:13 -0700 From: Julian Elischer Message-Id: <199510041105.EAA09969@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/miscfs/devfs devfs_vnops.c devfsdefs.h Sender: owner-commit@FreeBSD.org Precedence: bulk julian 95/10/04 04:05:12 Modified: sys/miscfs/devfs devfs_vnops.c devfsdefs.h Log: find some way of letting a node know where in its parent's directory structure it was referenced from.. stops a rather annoying panic, but introduces a rather interesting but "I can live with it" bug `ln a b ; mv a b; echo ?` returns a rather than b.. I know why but I need to think of the 'correct' answer. at least this is 'safe'