]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf60a812f2cf2d05f1c5d007e32c6ede8f5eaab22
tree0f1d4a41cf6d1e6be924d1441ce1352ae2028fa4
parent68b96bc1798de8325dc2cc14c3a2aeda4a36a2cf
parent8f07ede9e950c437182f0904b9c7731ce336ca17
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