On Thu, 10 Feb 2005 at 17:38:39 +0900, Tejun Heo wrote: > - (drive->capacity64 >= (1UL << 28))) > - rq->buffer[0] = WIN_FLUSH_CACHE_EXT; > + (drive->capacity64 >= (1UL << 28))) { > + task->tfRegister[IDE_COMMAND_OFFSET] = WIN_FLUSH_CACHE_EXT;
Shouldn't that be "(drive->capacity64 > (1UL << 28))" ?? -- Chuck - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/