Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2007 14:10:02 GMT
From:      Jaakko Heinonen <jh@saunalahti.fi>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/118531: [tmpfs] tmpfs panic on mount
Message-ID:  <200712191410.lBJEA2UM069104@freefall.freebsd.org>

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

From: Jaakko Heinonen <jh@saunalahti.fi>
To: bug-followup@FreeBSD.org, jh@saunalahti.fi
Cc:  
Subject: Re: kern/118531: [tmpfs] tmpfs panic on mount
Date: Wed, 19 Dec 2007 15:46:43 +0200

 The bug is not tmpfs specific. The problem is reproducible with any
 filesystem using vfs_scanopt and the standard mount command
 (/sbin/mount).  For most of filesystems which use vfs_scanopt the
 problem doesn't show up because they use custom mount commands which
 ensure the parameter validity.
 
 The bug should be fixed in kernel because (n)mount system call shouldn't
 make kernel panic.
 



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