Re: [ANN] unionfs patchset-11 release

[ Available lists | Index of freebsd-hackers | Month of Apr 2006 | Week of 26 Apr 2006 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Daichi GOTO <daichi@freebsd.org>
Date
26 Apr 2006 14:13:30
Subject
Re: [ANN] unionfs patchset-11 release
Message-ID
444F8006.6010609@freebsd.org


[ Hide this part ]
Fabian Keil wrote:
> Looks like the attachment was filtered.
>
> I got a different panic on
> FreeBSD TP51.local 6.1-RC FreeBSD 6.1-RC #22: Wed Apr 26 13:25:57 CEST 2006
> after mounting an empty directory above /usr/src,
> applying a patch and using find's -type f option shortly afterwards
> to show the files in the directory on top:

Muuuu...

We tried as follow, but we could not get the same error :(
It looks very fine.

# cd /usr/
# mkdir hoge
# mount_unionfs -c transparent -o noatime /usr/hoge /usr/src
# cd src
# find . -type f &; find . -type f &; find . -type f &
# cd /usr/
# umount /usr/src
# rm -r hoge
# mkdir hoge
# mount_unionfs -c transparent /usr/hoge /usr/src
# cd src
# find . -type f &; find . -type f &; find . -type f &

What do you make of it?

--
Daichi GOTO, http://people.freebsd.org/~daichi


Elapsed time: 0.231 seconds