]> git.karo-electronics.de Git - karo-tx-linux.git/commit
slab: fix starting index for finding another object
authorJoonsoo Kim <js1304@gmail.com>
Thu, 13 Sep 2012 00:58:10 +0000 (10:58 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 17 Sep 2012 10:22:17 +0000 (20:22 +1000)
commit09aa2ba9829b74000d5e8d8fe66696ec5fefd660
tree0e8ec525043923bc7b738f7274ed7e6f184155ec
parent33a07361b673d02914bc1d637a50cf487deafb1a
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