Date: Tue, 25 Feb 1997 19:29:48 +1100 From: Bruce Evans <bde@zeta.org.au> To: freebsd-bugs@freefall.freebsd.org, miz@pa.aix.or.jp, mpp@freefall.freebsd.org Subject: Re: bin/1653 Message-ID: <199702250829.TAA02246@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>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. Erm, the behaviour is incorrect, although the realpath() call may be correct. However, the incorrect behaviour doesn't seem to occur in -current. Perhaps my trailing slash changes fixed it. ("foo/" is supposed to be equivalent to "foo" if "foo" is a directory or will become a directory.) Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702250829.TAA02246>