diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-11-07 08:53:44 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-11-07 08:53:44 +0000 |
| commit | 4a11ca4e29ff701a15b6c4de4e99483f97182ea6 (patch) | |
| tree | d25f628a9aba608f64fe75989d2287c6480e8b0b /sys/kern/vfs_conf.c | |
| parent | fbff0da4c8b49e614414ea85874ca2eace160515 (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_conf.c')
| -rw-r--r-- | sys/kern/vfs_conf.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/vfs_conf.c b/sys/kern/vfs_conf.c index 0e65cab1cfc7..6aac76327f86 100644 --- a/sys/kern/vfs_conf.c +++ b/sys/kern/vfs_conf.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); |
