Re: CVS commit: src/sys/fs/union

2022-09-12 Thread Rin Okuyama
Thanks for quick fix! rin On 2022/09/12 22:10, Christos Zoulas wrote: Yup! christos On Sep 12, 2022, at 5:04 AM, Rin Okuyama wrote: Hi, On 2022/09/12 0:42, Christos Zoulas wrote: @@ -420,11 +423,11 @@ union_statvfs(struct mount *mp, struct s { int error; struct union_mo

Re: CVS commit: src/sys/fs/union

2022-09-12 Thread Christos Zoulas
Yup! christos > On Sep 12, 2022, at 5:04 AM, Rin Okuyama wrote: > > Hi, > > On 2022/09/12 0:42, Christos Zoulas wrote: >> @@ -420,11 +423,11 @@ union_statvfs(struct mount *mp, struct s >> { >> int error; >> struct union_mount *um = MOUNTTOUNIONMOUNT(mp); >> -struct statvfs *sbuf

Re: CVS commit: src/sys/fs/union

2022-09-12 Thread Rin Okuyama
Hi, On 2022/09/12 0:42, Christos Zoulas wrote: @@ -420,11 +423,11 @@ union_statvfs(struct mount *mp, struct s { int error; struct union_mount *um = MOUNTTOUNIONMOUNT(mp); - struct statvfs *sbuf = malloc(sizeof(*sbuf), M_TEMP, M_WAITOK | M_ZERO); + struct statvfs *sb

Re: CVS commit: src/sys/fs/union

2011-12-05 Thread David Holland
On Mon, Dec 05, 2011 at 11:12:11AM +, Juergen Hannken-Illjes wrote: > Modified Files: > src/sys/fs/union: union_vfsops.c > > Log Message: > The union file system is as stable as other layered file systems so > no longer print a warning to the console. Erm... I'm not sure I'd say th

Re: CVS commit: src/sys/fs/union

2011-11-23 Thread Alan Barrett
On Wed, 23 Nov 2011, J. Hannken-Illjes wrote: I used to make heavy use of unionfs, and I had no problems. [...] Do you mean `union'? I mean "mount -t union". `unionfs' was imported 2008/02/18 and was never enabled in any kernel config. No, I haven't used that one. I didn't even know abou

Re: CVS commit: src/sys/fs/union

2011-11-23 Thread J. Hannken-Illjes
On Nov 23, 2011, at 11:11 AM, Alan Barrett wrote: >>> My vote would be to remove [unionfs]; it doesn't work and the only reason >>> it was ever brought in had to do with alleged locking improvements. >> >> Is anyone using it? > > I used to make heavy use of unionfs, and I had no problems. (Th

Re: CVS commit: src/sys/fs/union

2011-11-23 Thread Alan Barrett
My vote would be to remove [unionfs]; it doesn't work and the only reason it was ever brought in had to do with alleged locking improvements. Is anyone using it? I used to make heavy use of unionfs, and I had no problems. (That was on a uniprocessor machine several years ago.) I sometimes

Re: CVS commit: src/sys/fs/union

2011-11-22 Thread Christos Zoulas
In article <2022035848.ga17...@netbsd.org>, David Holland wrote: >On Tue, Nov 22, 2011 at 01:17:43AM +, YAMAMOTO Takashi wrote: > > hi, > > > > do you have any plan on fs/unionfs? eg. remove it > >My vote would be to remove it; it doesn't work and the only reason it >was ever brought in

Re: CVS commit: src/sys/fs/union

2011-11-21 Thread David Holland
On Tue, Nov 22, 2011 at 01:17:43AM +, YAMAMOTO Takashi wrote: > hi, > > do you have any plan on fs/unionfs? eg. remove it My vote would be to remove it; it doesn't work and the only reason it was ever brought in had to do with alleged locking improvements. -- David A. Holland dholl...@n

Re: CVS commit: src/sys/fs/union

2011-11-21 Thread YAMAMOTO Takashi
hi, do you have any plan on fs/unionfs? eg. remove it YAMAMOTO Takashi > Module Name: src > Committed By: hannken > Date: Mon Nov 21 18:29:23 UTC 2011 > > Modified Files: > src/sys/fs/union: union.h union_subr.c union_vfsops.c union_vnops.c > > Log Message: > Replace flag based