On Thu, 25 Oct 2007 14:03:48 +0200, Oliver Neukum <[EMAIL PROTECTED]> wrote:
> Am Donnerstag 25 Oktober 2007 schrieb Pete Zaitcev:
> > + if (signal_pending(current)) {
> > dbg(1," %s : interrupted", __FUNCTION__);
> > + set_current_state(TASK_RUNNING);
> > retval = -EINTR;
> > - goto exit;
> > + goto exit_onqueue;
>
> Are you sure you cannot have written any data here?
I noticed that myself, but this is what the old driver did.
-- Pete
-
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/