From: Namhyung Kim Date: Mon, 14 Oct 2013 08:24:25 +0000 (+0900) Subject: ftrace: Narrow down the protected area of graph_lock X-Git-Tag: v3.13-rc1~57^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a10108bdbbfb66e5c431fd1056534e9717d34eb;p=pandora-kernel.git ftrace: Narrow down the protected area of graph_lock The parser set up is just a generic utility that uses local variables allocated by the function. There's no need to hold the graph_lock for this set up. This also makes the code simpler. Link: http://lkml.kernel.org/r/1381739066-7531-4-git-send-email-namhyung@kernel.org Signed-off-by: Namhyung Kim Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed