Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aio: fix kioctx leak introduced by "aio: Fix a trinity splat"
e34ecee reworked the percpu reference counting to correct a bug trinity found. Unfortunately, the change lead to kioctxes being leaked because there was no final reference count to put. Add that reference count back in to fix things. Signed-off-by: Benjamin LaHaise <[email protected]> Cc: [email protected]
- Loading branch information