Re: Driver timeout

From: Alan Cox
Date: Fri Jul 28 2006 - 12:34:33 EST


Ar Gwe, 2006-07-28 am 11:54 -0400, ysgrifennodd linux-os (Dick Johnson):
>
> Hello list,
> What is the correct error code for a driver to return if
> the requested operation timed out?

If the operation is blocking then
ETIMEDOUT - if a timeout occurred

possibly also
ETIME - if a timer of some kind expired

If you know why it timed out you may want to return that instead to
provide more information (eg the net code returns things like 'Host
down')


-
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/