Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Aug 2008 16:34:41 +0300
From:      Kostik Belousov <kostikbel@gmail.com>
To:        Mateusz Guzik <mjguzik@gmail.com>
Cc:        freebsd-fs@freebsd.org, bug-followup@freebsd.org
Subject:   Re: kern/126287: [ufs] [panic] Kernel panics while mounting an UFS filesystem with snapshot enabled
Message-ID:  <20080806133441.GM97161@deviant.kiev.zoral.com.ua>
In-Reply-To: <200808061020.m76AK5NI013323@freefall.freebsd.org>
References:  <200808061020.m76AK5NI013323@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--11IAkegDWp8TRrA/
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, Aug 06, 2008 at 10:20:05AM +0000, Mateusz Guzik wrote:
> The following reply was made to PR kern/126287; it has been noted by GNAT=
S.
>=20
> From: "Mateusz Guzik" <mjguzik@gmail.com>
> To: bug-followup@freebsd.org
> Cc: =20
> Subject: Re: kern/126287: [ufs] [panic] Kernel panics while mounting an U=
FS filesystem with snapshot enabled
> Date: Wed, 6 Aug 2008 12:15:00 +0200
>=20
>  Something weird happened to my attachment, I'll paste it here:
> =20
>  --- sys/kern/vfs_mount.c.orig	2008-08-06 11:14:16.000000000 +0200
>  +++ sys/kern/vfs_mount.c	2008-08-06 11:14:32.000000000 +0200
>  @@ -196,10 +196,13 @@
>   void
>   vfs_deleteopt(struct vfsoptlist *opts, const char *name)
>   {
>   	struct vfsopt *opt, *temp;
> =20
>  +	if (opts =3D=3D NULL)
>  +		return;
>  +
>   	TAILQ_FOREACH_SAFE(opt, opts, link, temp)  {
>   		if (strcmp(opt->name, name) =3D=3D 0)
>   			vfs_freeopt(opts, opt);
>   	}
>   }
> =20
>  Again, it should work fine ;)
> =20
>  Thanks,
>  --
>  Mateusz Guzik

The PR lacks the backtrace (preferrable the ddb output or "bt full" from
kgdb) for the panic. Please, show me the backtrace.

--11IAkegDWp8TRrA/
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (FreeBSD)

iEYEARECAAYFAkiZqHAACgkQC3+MBN1Mb4jCYQCg8Zuw0keIHdOXrkv9Q5yK8M6r
tEkAn3GayEaX5S9xQqiqDRBTooAe8ggD
=zxuG
-----END PGP SIGNATURE-----

--11IAkegDWp8TRrA/--



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