]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] revert slab.c locking change
authorIngo Molnar <mingo@elte.hu>
Thu, 13 Jul 2006 07:12:21 +0000 (09:12 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 13 Jul 2006 22:38:43 +0000 (15:38 -0700)
commitbca200222e190dd8d18f2d5156a702e08943cd81
tree97db2563dab14944f0131bf6d59c712c997ae328
parent71db4979245d5be8e21e262382c8653e7c9f2a64
[PATCH] revert slab.c locking change

Chandra Seetharaman reported SLAB crashes caused by the slab.c lock
annotation patch.  There is only one chunk of that patch that has a
material effect on the slab logic - this patch undoes that chunk.

This was confirmed to fix the slab problem by Chandra.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Tested-by: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/slab.c