commit | 449c184ed23c6238da7fcc8b965c8fcc865d72a9 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Thu Sep 22 14:21:30 2011 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Oct 11 09:41:47 2011 +0200 |
tree | 3de875cff621745716291e503a9ab5787139c888 | |
parent | 55b949c84761ade81ca93b2596ea45b09ad6d60a [diff] |
linux-aio: Fix laio_submit error handling The error handling order was in the wrong order, so that either the ACB would be leaked or the counter would be decremented when it shouldn't. Signed-off-by: Kevin Wolf <kwolf@redhat.com>