kern/118531: [tmpfs] tmpfs panic on mount
Jaakko Heinonen
jh at saunalahti.fi
Wed Dec 19 06:10:03 PST 2007
The following reply was made to PR kern/118531; it has been noted by GNATS.
From: Jaakko Heinonen <jh at saunalahti.fi>
To: bug-followup at FreeBSD.org, jh at 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.
More information about the freebsd-bugs
mailing list