mm: Fix signal SIGFPE in slabinfo.c.
authormajianpeng <majianpeng@gmail.com>
Tue, 26 Jun 2012 01:30:31 +0000 (09:30 +0800)
committerPekka Enberg <penberg@kernel.org>
Mon, 2 Jul 2012 20:11:14 +0000 (23:11 +0300)
In function slab_stats(), if total_free is equal zero, it will error.
So fix it.

Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: majianpeng <majianpeng@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>

No differences found