--- Muli Ben-Yehuda <mulix@mulix.org> wrote: > On Mon, Jan 19, 2004 at 01:59:36AM -0800, Kiran > Kumar wrote: > > Hi, > > Can some one clarify why this code piece > > (alloc_skb() skbuff.c) has ++count < 5? Should it > not > > be greater than, if it intends to tolerate the > > condition 5 times. > > It intends to print this message no more than 5 > times. count 1 -> 4 > will end up printing it 4 times, but it doesn't > really matter. But the very first time it goes in, it goes to BUG(), so how does it ever come in a second time? ===== Regards, Kiran Kumar Immidi __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/