commit | 7ced3719719669ad6bd279b45fa3c1a517b2e057 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Wed May 09 10:09:53 2012 -0500 |
committer | Pekka Enberg <penberg@kernel.org> | Fri Jun 01 09:25:40 2012 +0300 |
tree | b50ad0437b1bff8e772a53f0ffdb7392f501ea39 | |
parent | 507effeaba29bf724dfe38317fbd11d0fe25fa40 [diff] |
slub: Acquire_slab() avoid loop Avoid the loop in acquire slab and simply fail if there is a conflict. This will cause the next page on the list to be considered. Acked-by: David Rientjes <rientjes@google.com> Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>