]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kvack.org/~bcrl/aio-fixes
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Jul 2014 00:11:50 +0000 (17:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 15 Jul 2014 00:11:50 +0000 (17:11 -0700)
commit388a0e09176b3d0c5375e8435d03b149881b672b
treec66536295556e207d00d011ebff021ac9d1e07c2
parent2deaf9a8c32afff90453cfe10982f8a599f5723d
parent226623c5469a3535a40dfc8f2490147c508c3b74
Merge git://git.kvack.org/~bcrl/aio-fixes

Pull another aio fix from Ben LaHaise:
 "put_reqs_available() can now be called from within irq context, which
  means that it (and its sibling function get_reqs_available()) now need
  to be irq-safe, not just preempt-safe"

* git://git.kvack.org/~bcrl/aio-fixes:
  aio: protect reqs_available updates from changes in interrupt handlers