Subject: Panic when "recursive" mounting
To: None <tech-kern@netbsd.org>
From: Julio Merino <jmmv@hispabsd.org>
List: tech-kern
Date: 07/27/2002 12:26:48
Hello

I've come across with a weird panic when using mount points as mount
sources... let me explain it with an example:

$ mkdir /mnt2
$ mount -t union -o -b /usr/pkgsrc /mnt
$ mount -t null /mnt /mnt2
$ ls /mnt
(works, as expected)
$ ls /mnt2
(kernel panic)

This happens in 1.6E, but I guess this problem also apperes in 1.6 BETA.

What should I do? How do I report this thing?

Thanks!

-- 
HispaBSD admin - http://www.HispaBSD.org
Julio Merino <jmmv@hispabsd.org>