From: Namhyung Kim Date: Mon, 1 Apr 2013 12:46:24 +0000 (+0900) Subject: tracing: Fix off-by-one on allocating stat->pages X-Git-Tag: v3.2.45~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=223288e32d54c46939f03db32703bfad8830018b;p=pandora-kernel.git tracing: Fix off-by-one on allocating stat->pages commit 39e30cd1537937d3c00ef87e865324e981434e5b upstream. The first page was allocated separately, so no need to start from 0. Link: http://lkml.kernel.org/r/1364820385-32027-2-git-send-email-namhyung@kernel.org Cc: Frederic Weisbecker Cc: Namhyung Kim Signed-off-by: Namhyung Kim Signed-off-by: Steven Rostedt Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed