Merge git://git.kvack.org/~bcrl/aio-next
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Aug 2014 14:56:27 +0000 (08:56 -0600)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 16 Aug 2014 14:56:27 +0000 (08:56 -0600)
commitda06df548e2b82848bcc32342234d0f04340a41c
tree0f1d4a41cf6d1e6be924d1441ce1352ae2028fa4
parent88ec63d6f85ccf40988ddae8b430dcb07355b29b
parent00fefb9cf2b5493a86912de55ba912bdfae4a207
Merge git://git.kvack.org/~bcrl/aio-next

Pull aio updates from Ben LaHaise.

* git://git.kvack.org/~bcrl/aio-next:
  aio: use iovec array rather than the single one
  aio: fix some comments
  aio: use the macro rather than the inline magic number
  aio: remove the needless registration of ring file's private_data
  aio: remove no longer needed preempt_disable()
  aio: kill the misleading rcu read locks in ioctx_add_table() and kill_ioctx()
  aio: change exit_aio() to load mm->ioctx_table once and avoid rcu_read_lock()
fs/aio.c