Re: [PATCH] (was: [OOPS] dquot_transfer() - 2.4.0-test8)

2000-09-14 Thread Jan Kara
> > On Mon, 11 Sep 2000, Martin Diehl wrote: > > > transfer_to[cnt] is initialized to NODQUOT from the first loop > > (due to several continue's e.g.) when entering the second loop. > > Unfortunately I do not feel familiar enough to the quota code to > > provide a patch for this problem. > >

Re: [PATCH] (was: [OOPS] dquot_transfer() - 2.4.0-test8)

2000-09-14 Thread Jan Kara
On Mon, 11 Sep 2000, Martin Diehl wrote: transfer_to[cnt] is initialized to NODQUOT from the first loop (due to several continue's e.g.) when entering the second loop. Unfortunately I do not feel familiar enough to the quota code to provide a patch for this problem. well, was a

Re: [PATCH] (was: [OOPS] dquot_transfer() - 2.4.0-test8)

2000-09-11 Thread Marc Duponcheel
Hi Martin > well, was a little bit to pessimistic. After some look at the code > I'm pretty sure the obvious check will solve it - succesfully tested > on local UP box. FYI: your patch made my 2 (quota enabled) boxes happy (they did not boot 2.4.0-test8 to completion) Thanks! -- Marc

Re: [PATCH] (was: [OOPS] dquot_transfer() - 2.4.0-test8)

2000-09-11 Thread Marc Duponcheel
Hi Martin well, was a little bit to pessimistic. After some look at the code I'm pretty sure the obvious check will solve it - succesfully tested on local UP box. FYI: your patch made my 2 (quota enabled) boxes happy (they did not boot 2.4.0-test8 to completion) Thanks! -- Marc Duponcheel.

[PATCH] (was: [OOPS] dquot_transfer() - 2.4.0-test8)

2000-09-10 Thread Martin Diehl
On Mon, 11 Sep 2000, Martin Diehl wrote: > transfer_to[cnt] is initialized to NODQUOT from the first loop > (due to several continue's e.g.) when entering the second loop. > Unfortunately I do not feel familiar enough to the quota code to > provide a patch for this problem. well, was a little

[PATCH] (was: [OOPS] dquot_transfer() - 2.4.0-test8)

2000-09-10 Thread Martin Diehl
On Mon, 11 Sep 2000, Martin Diehl wrote: transfer_to[cnt] is initialized to NODQUOT from the first loop (due to several continue's e.g.) when entering the second loop. Unfortunately I do not feel familiar enough to the quota code to provide a patch for this problem. well, was a little bit