]> 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>
Wed, 12 Sep 2012 07:08:14 +0000 (17:08 +1000)
commitd539f86775cd49b87ba6e7a3e2e229bdbe870d6b
tree156bb7f58bc316515ed8ab24d9e6865419b1b000
parentbfd9a4dc5c103d8464c00853376e0fbf0de40971
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