Re: cciss update for 2.4.24-pre1, 2 of 2
From: Jeff Garzik
Date: Wed Dec 17 2003 - 19:59:07 EST
Andrew Morton wrote:
It will still be a busy loop if this task has a signal pending.
TASK_UNINTERRUPTIBLE may be more appropriate...
Agreed. Same reason you want to use down() instead of
down_interruptible(), when using a semaphore to wait on some hardware
condition.
Jeff
-
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/