commit | fc818301a8a39fedd7f0a71f878f29130c72193d | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Jul 13 09:12:21 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Jul 13 15:38:43 2006 -0700 |
tree | 97db2563dab14944f0131bf6d59c712c997ae328 | |
parent | 3e705f279a942471b258b1c7a9e54aa8ff36b89f [diff] |
[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>