Let this uinput patch go to 2.6.14

From: emard
Date: Mon Oct 17 2005 - 16:28:44 EST


On Mon, Oct 17, 2005 at 01:16:35AM -0600, emard@xxxxxxxxxxxx wrote:
> >- complete(&request->done);
> >-
> > /* Mark slot as available */
> > udev->requests[request->id] = NULL;
> > wake_up_interruptible(&udev->requests_waitq);
> >+
> >+ complete(&request->done);

I have tested this quite thoroughly,
no crash no leakage in effect slots,
I'd like to have this in 2.6.14
-
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/