summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_mount.c')
-rw-r--r--sys/kern/vfs_mount.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c
index 0e65cab..6aac763 100644
--- a/sys/kern/vfs_mount.c
+++ b/sys/kern/vfs_mount.c
@@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_conf.c 8.8 (Berkeley) 3/31/94
- * $Id: vfs_conf.c,v 1.15 1997/10/12 20:24:23 phk Exp $
+ * $Id: vfs_conf.c,v 1.16 1997/10/16 07:32:14 julian Exp $
*/
/*
@@ -145,8 +145,6 @@ error_2: /* mount error*/
vfs_unbusy(mp, p);
-error_1: /* lock error*/
-
/* free mount struct before failing*/
free( mp, M_MOUNT);
OpenPOWER on IntegriCloud