From owner-freebsd-bugs Mon Feb 24 23:07:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA02609 for bugs-outgoing; Mon, 24 Feb 1997 23:07:09 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA02502; Mon, 24 Feb 1997 23:06:28 -0800 (PST) Date: Mon, 24 Feb 1997 23:06:28 -0800 (PST) From: Mike Pritchard Message-Id: <199702250706.XAA02502@freefall.freebsd.org> To: miz@pa.aix.or.jp, mpp, freebsd-bugs Subject: Re: bin/1653 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: cannot umount the node ending '/' when it was mounted State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Mon Feb 24 23:02:06 PST 1997 State-Changed-Why: This behaviour is correct. The paths passed to mount are cleaned up by a call to realpath() for a reason, and removing the call would not be a good idea.