Merge git://git.kvack.org/~bcrl/aio-fixes
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 May 2014 15:54:03 +0000 (08:54 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 May 2014 15:54:03 +0000 (08:54 -0700)
commit98794f932138c81bfaa609fda21ddd7e97227abd
tree8d98bdfec881e25d15728cba5873b9f50ca0b5e6
parent8aa9e85adac609588eeec356e5a85059b3b819ba
parent754320d6e166d3a12cb4810a452bde00afbd4e9a
Merge git://git.kvack.org/~bcrl/aio-fixes

Pull aio fixes from Ben LaHaise:
 "The first change from Anatol fixes a regression where io_destroy() no
  longer waits for outstanding aios to complete.  The second corrects a
  memory leak in an error path for vectored aio operations.

  Both of these bug fixes should be queued up for stable as well"

* git://git.kvack.org/~bcrl/aio-fixes:
  aio: fix potential leak in aio_run_iocb().
  aio: block io_destroy() until all context requests are completed