]> 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)
commitede8c28c3e23708a607e067d39a3cfb9e7e527cc
tree0f1d4a41cf6d1e6be924d1441ce1352ae2028fa4
parent3a0fd2afa310b35550e6e8875ff282141a5f78c2
parented47318661523ceba6a222b55e39c068eafe35b6
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