Re: [PATCH 2.6.11-rc3 06/11] ide: make disk flush functions use TASKFILE instead

From: Chuck Ebbert
Date: Fri Feb 11 2005 - 21:04:59 EST


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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/