]> git.baikalelectronics.ru Git - kernel.git/commit
slub: Add missing irq restore for the OOM path
authorChristoph Lameter <cl@linux.com>
Tue, 22 Mar 2011 18:32:53 +0000 (13:32 -0500)
committerPekka Enberg <penberg@kernel.org>
Tue, 22 Mar 2011 18:48:04 +0000 (20:48 +0200)
commit0729781562d9afb336fc70379a5647b2f9a3e59e
tree2d8ef9bf8b71872475728f778f0c095ae395785b
parentb1642c167f096a43187f8480397c8c6420b74d7d
slub: Add missing irq restore for the OOM path

OOM path is missing the irq restore in the CONFIG_CMPXCHG_LOCAL case.

Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
mm/slub.c