commit | 00ce756ce53acdb82d408346e6a7b734ca9e5bad | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sun Jul 29 22:48:32 2012 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Aug 21 22:29:54 2012 -0700 |
tree | 020ee9aba5b30c72fdf2e46ee0dcf210afa9427e | |
parent | 22ae19c6e3c22b390952e90f452f26adad9b8687 [diff] |
Input: uinput - mark failed submission requests as free If uinput_request_submit() fails after new request ID was allocated we need to mark that request ID as free, otherwise it will always stay occupied and we may run out of available IDs. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>