2002-04-01 18:15:09

by Ivan Ivanov

[permalink] [raw]
Subject: ext2 quota bug in 2.4.18

on ext2 filesystem chown/chgroup doesn't change quota
ext3 is OK

----
Ivan




2002-04-08 14:44:32

by Jan Kara

[permalink] [raw]
Subject: Re: ext2 quota bug in 2.4.18

> on ext2 filesystem chown/chgroup doesn't change quota
> ext3 is OK
Kernel version, quota utils version, etc...?

Honza
--
Jan Kara <[email protected]>
SuSE CR Labs

2002-04-08 17:12:30

by Ivan Ivanov

[permalink] [raw]
Subject: Re: ext2 quota bug in 2.4.18

Jan Kara wrote:

> > on ext2 filesystem chown/chgroup doesn't change quota
> > ext3 is OK
> Kernel version, quota utils version, etc...?
>
> Honza

kernel 2.4.18
quota 2.00 and 3.04

also
kernel 2.4.18 with 50_quota-patch-2.4.15-2.4.16 + dquot_deadlock.diff

ext3 works fine

-----
Ivan



2002-04-14 20:53:20

by Jan Kara

[permalink] [raw]
Subject: Re: ext2 quota bug in 2.4.18

> Jan Kara wrote:
>
> > > on ext2 filesystem chown/chgroup doesn't change quota
> > > ext3 is OK
> > Kernel version, quota utils version, etc...?
> >
> > Honza
>
> kernel 2.4.18
> quota 2.00 and 3.04
>
> also
> kernel 2.4.18 with 50_quota-patch-2.4.15-2.4.16 + dquot_deadlock.diff
>
> ext3 works fine
Sorry it took me so long to reply. I tried to reproduce your problem
but I haven't succeeded. Is quota really turned on on the filesystem?
Did you know which kernel version was the last working?

Honza
--
Jan Kara <[email protected]>
SuSE CR Labs

2002-04-15 06:14:46

by Ivan Ivanov

[permalink] [raw]
Subject: Re: ext2 quota bug in 2.4.18



On Sun, 14 Apr 2002, Jan Kara wrote:

> > Jan Kara wrote:
> >
> > > > on ext2 filesystem chown/chgroup doesn't change quota
> > > > ext3 is OK
> > > Kernel version, quota utils version, etc...?
> > >
> > > Honza
> >
> > kernel 2.4.18
> > quota 2.00 and 3.04
> >
> > also
> > kernel 2.4.18 with 50_quota-patch-2.4.15-2.4.16 + dquot_deadlock.diff
> >
> > ext3 works fine
> Sorry it took me so long to reply. I tried to reproduce your problem
> but I haven't succeeded. Is quota really turned on on the filesystem?
> Did you know which kernel version was the last working?
>
> Honza
> --
> Jan Kara <[email protected]>
> SuSE CR Labs
>
>

I think the problem was ACL end EA patch. I am sorry, I forget that the
kernel was patched with acl/ea-0.8.25 too. Without this patch everything
is OK.

Thanks for reply

Ivan