Re: Linux 2.4 quota (accounting?) bug ...

From: Jan Kara
Date: Tue Oct 28 2003 - 18:41:41 EST



Hi,
> On Sat, Oct 25, 2003 at 06:31:28PM +0200, Jan Kara wrote:
> > Hi,
> >
> > > a friend of mine, made me aware of the following
> > > imbalance, which looks like a minor accounting bug
> > > to me, but might be a quota bug ...
> > Sorry but the code seems correct to me - we get reference to dquot by
> > get_dquot_ref() and than we put the reference by dqput(). dqput() is
> > correct because something nasty might happen in the mean time and so we
> > might be the last holders of the dquot. What do you think is wrong?
>
> dqput() does dqstats.drops++;
> which isn't correct if this should be the same as
> put_dquot_ref(), but maybe I'm just irritated by
> strange statistics on some kernels showing more
> drops than lookups+allocated after sync/quotaoff
Oh, now I see... At first I didn't understand that the problem is in
the quota statistics. I'll fix that.

Honza
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/