From: Lai Jiangshan Date: Sun, 19 Oct 2008 03:28:20 +0000 (-0700) Subject: cpuset: use seq_*mask_* to print masks X-Git-Tag: v2.6.28-rc1~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30e8e13603c247c301fdacabef2a765c84840994;p=pandora-kernel.git cpuset: use seq_*mask_* to print masks 1) seq_file excepts that m->count == m->size when it's buf is full, so current code will causes bugs when buf is overflow. 2) There is not too good that cpuset accesses struct seq_file's fields directly. Signed-off-by: Lai Jiangshan Cc: Alexey Dobriyan Acked-by: Paul Menage Cc: Paul Jackson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed