commit | 01890a4c120f68366441bf5e193d1b9dd543d4d0 | [log] [tgz] |
---|---|---|
author | Benjamin LaHaise <bcrl@kvack.org> | Thu Jun 23 00:10:01 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Thu Jun 23 09:45:29 2005 -0700 |
tree | ed854da46009b0837485e8acd17dc9d944e8068f | |
parent | 8476994af7bd9352ecdf61ba760f7397f54e30a1 [diff] |
[PATCH] mempool - only init waitqueue in slow path Here's a small patch to improve the performance of mempool_alloc by only initializing the wait queue when we're about to wait. Signed-off-by: Benjamin LaHaise <benjamin.c.lahaise@intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>