Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Feb 1998 18:20:02 -0800 (PST)
From:      Tor Egge <Tor.Egge@idi.ntnu.no>
To:        freebsd-bugs
Subject:   re: kern/1067: panic: ufs_lock: recursive lock not expected, pid: 27195
Message-ID:  <199802140220.SAA04921@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/1067; it has been noted by GNATS.

From: Tor Egge <Tor.Egge@idi.ntnu.no>
To: freebsd-gnats-submit@FreeBSD.ORG
Cc:  Subject: re: kern/1067: panic: ufs_lock: recursive lock not expected, pid: 27195
Date: Sat, 14 Feb 1998 03:12:05 +0100

 I wrote:
 > Then	
 > 	mount /dev/fd0 /
 > would give 
 > 	/dev/fd0 on /: Device busy
 
 Incorrect.
 
 The mount command (not the system call) handles "/" specially, and adds
 an implicit MNT_UPDATE option, thus the result is normally
 	/dev/fd0 on /: Specified device does not match mounted device.
 with or without the suggested fix.
 
 - Tor Egge

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802140220.SAA04921>