Re: [ANN] unionfs patchset-11 release

2006-04-26 Thread Fabian Keil
Fabian Keil <[EMAIL PROTECTED]> wrote: > Fabian Keil <[EMAIL PROTECTED]> wrote: > > > Daichi GOTO <[EMAIL PROTECTED]> wrote: > > > > > Fabian Keil wrote: > > What I'm doing is: > > > > [EMAIL PROTECTED] ~ $mkdir /tmp/unionfs-src/ > > [EMAIL PROTECTED] ~ $mount_unionfs /tmp/unionfs-src /usr/src

Re: [ANN] unionfs patchset-11 release

2006-04-26 Thread Fabian Keil
Fabian Keil <[EMAIL PROTECTED]> wrote: > Daichi GOTO <[EMAIL PROTECTED]> wrote: > > > Fabian Keil wrote: > > > 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, > > > applyin

Re: [ANN] unionfs patchset-11 release

2006-04-26 Thread Fabian Keil
Daichi GOTO <[EMAIL PROTECTED]> wrote: > 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

Re: [ANN] unionfs patchset-11 release

2006-04-26 Thread Daichi GOTO
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 file

Re: [ANN] unionfs patchset-11 release

2006-04-26 Thread Daichi GOTO
Munehiro Matsuda wrote: How about this? Great! I just updated site. Thanks Matsuda-san :) http://people.freebsd.org/~daichi/unionfs/ -- Daichi GOTO, http://people.freebsd.org/~daichi ___ freebsd-hackers@freebsd.org mailing list http://lists.free

Re: [ANN] unionfs patchset-11 release

2006-04-26 Thread Daichi GOTO
Robert Watson wrote: If someone knows the details of vnode's lock status via VOP_GETWRITEMOUNT, Please teach us (daichi, ozawa). We want to know the details. Basically, file systems supporting full file system snapshots (UFS) Oh thanks rwatson! It is very useful. Thank you very much :) -

Re: [ANN] unionfs patchset-11 release

2006-04-26 Thread Daichi GOTO
Kris Kennaway wrote: > I still get a panic immediately upon use: OKey. Maybe we fixed your panic. Please try attached file as /usr/src/sys/fs/unionfs/union_vnops.c :) -- Daichi GOTO, http://people.freebsd.org/~daichi ___ freebsd-hackers@freebsd.org

Re: [ANN] unionfs patchset-11 release

2006-04-25 Thread Kris Kennaway
On Tue, Apr 25, 2006 at 09:19:06PM +0900, Daichi GOTO wrote: > It is my pleasure and honor to announce the availability of > the unionfs patchset-11. > > Patchset-11: >For 7-current > http://people.freebsd.org/~daichi/unionfs/unionfs-p11.diff > >For 6.x > http://people.freebsd.o

Re: [ANN] unionfs patchset-11 release

2006-04-25 Thread Munehiro Matsuda
Hi Goto-san, From: Daichi GOTO Date: Tue, 25 Apr 2006 21:19:06 +0900 ::It is my pleasure and honor to announce the availability of ::the unionfs patchset-11. :: Heads Up: Above English text contains some Japanese text. :: If you are interested in translating the Japanese ::

Re: [ANN] unionfs patchset-11 release

2006-04-25 Thread Robert Watson
On Tue, 25 Apr 2006, Daichi GOTO wrote: Changes in unionfs-p11.diff - Changed a few implementations around the lock/unlock mechanism. Because of this, you can use both the unionfs and the nullfs together without LK_CANRECURSE. - Fixed a bug that sometimes does not unlock if

[ANN] unionfs patchset-11 release

2006-04-25 Thread Daichi GOTO
It is my pleasure and honor to announce the availability of the unionfs patchset-11. Patchset-11: For 7-current http://people.freebsd.org/~daichi/unionfs/unionfs-p11.diff For 6.x http://people.freebsd.org/~daichi/unionfs/unionfs6-p11.diff Changes in unionfs-p11.diff - Ch