]> git.karo-electronics.de Git - karo-tx-linux.git/commit
slab: fix starting index for finding another object
authorJoonsoo Kim <js1304@gmail.com>
Fri, 7 Sep 2012 00:17:44 +0000 (10:17 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 7 Sep 2012 05:36:01 +0000 (15:36 +1000)
commit3c4a69a9783f05e6f26b78382742f1e6dcab9b28
tree4baf491fb04bf46825e0a406475c4c8c349aeb8f
parentfdad9a64954270e1e2915122e7fd916038f131da
slab: fix starting index for finding another object

In array cache, there is a object at index 0, check it.

Signed-off-by: Joonsoo Kim <js1304@gmail.com>
Signed-off-by: Mel Gorman <mgorman@suse.de>
Cc: David Miller <davem@davemloft.net>
Cc: Chuck Lever <chuck.lever@oracle.com>
Cc: David Rientjes <rientjes@google.com>
Cc: Pekka Enberg <penberg@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/slab.c