Merge git://git.kvack.org/~bcrl/aio-next
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 22 Dec 2013 19:03:49 +0000 (11:03 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 22 Dec 2013 19:03:49 +0000 (11:03 -0800)
Pull AIO leak fixes from Ben LaHaise:
 "I've put these two patches plus Linus's change through a round of
  tests, and it passes millions of iterations of the aio numa
  migratepage test, as well as a number of repetitions of a few simple
  read and write tests.

  The first patch fixes the memory leak Kent introduced, while the
  second patch makes aio_migratepage() much more paranoid and robust"

* git://git.kvack.org/~bcrl/aio-next:
  aio/migratepages: make aio migrate pages sane
  aio: fix kioctx leak introduced by "aio: Fix a trinity splat"

1  2 
fs/aio.c

diff --cc fs/aio.c
Simple merge