Re: Bug in kernel code?

From: David S. Miller (davem@redhat.com)
Date: Tue Aug 27 2002 - 19:42:44 EST


   From: "Stephen C. Biggs" <s.biggs@softier.com>
   Date: Tue, 27 Aug 2002 17:40:41 -0700
   
   You're misunderstanding me, I meant that the first test is done
   AFTER the first iteration is executed, so my fix is correct
   since, even if order is 0 because at least one iteration of the
   loop is done, and the post decrement makes sure that the test
   succeeds if order was 0 going into the loop.

Order is always >= 0 when we enter the loop.

If we actually get the table allocated then the decrement of 'order'
is not executed if we allocate the table successfully.

I don't understand what the problem is with my fix.

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



This archive was generated by hypermail 2b29 : Sat Aug 31 2002 - 22:00:21 EST