On Sat, Dec 01, 2007 at 05:54:49PM -0500, Jeff Garzik wrote: > Anton Vorontsov wrote: > > Hi all, > > > > Here is the second spin of the OF-platform PATA driver and > > related patches. > > > > Changes since RFC: > > - nuked drivers/ata/pata_platform.h; > > - powerpc bits: proper localbus node added. > > > > > > Thanks for the previous review! This time I'm collecting acks, > > don't be shy to give 'em generously. ;-) > if (ack_collected(PaulM)) > push(ACK) > else { > /* do nothing */ > } Yep, this is obvious. Here is the algo I'm following: while (1) { send_patches(); if (ack_collected(PaulM) && ack_collected(PowerPC_people)) break; sleep(wait_for_comments_timeout); <-- currently here. } -- Anton Vorontsov email: cbou@xxxxxxx backup email: ya-cbou@xxxxxxxxx irc://irc.freenode.net/bd2 - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html