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

[-- Attachment #1 --]
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 GNATS.
> 
> From: "Mateusz Guzik" <mjguzik@gmail.com>
> To: bug-followup@freebsd.org
> Cc:  
> Subject: Re: kern/126287: [ufs] [panic] Kernel panics while mounting an UFS filesystem with snapshot enabled
> Date: Wed, 6 Aug 2008 12:15:00 +0200
> 
>  Something weird happened to my attachment, I'll paste it here:
>  
>  --- 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;
>  
>  +	if (opts == NULL)
>  +		return;
>  +
>   	TAILQ_FOREACH_SAFE(opt, opts, link, temp)  {
>   		if (strcmp(opt->name, name) == 0)
>   			vfs_freeopt(opts, opt);
>   	}
>   }
>  
>  Again, it should work fine ;)
>  
>  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.

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (FreeBSD)

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

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