From: Pavel Emelianov Date: Mon, 16 Jul 2007 06:38:04 +0000 (-0700) Subject: Make /proc/slabinfo use seq_list_xxx helpers X-Git-Tag: v2.6.23-rc1~1035 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b92151bab91ef906378d3e0e7128d55dd641e966;p=pandora-kernel.git Make /proc/slabinfo use seq_list_xxx helpers This entry prints a header in .start callback. This is OK, but the more elegant solution would be to move this into the .show callback and use seq_list_start_head() in .start one. I have left it as is in order to make the patch just switch to new API and noting more. [adobriyan@sw.ru: Wrong pointer was used as kmem_cache pointer] Signed-off-by: Pavel Emelianov Cc: Christoph Lameter Cc: Pekka Enberg Signed-off-by: Alexey Dobriyan Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed