From: Steven Rostedt Date: Thu, 9 Sep 2010 12:43:22 +0000 (-0400) Subject: tracing: Do not reset *pos in set_ftrace_filter X-Git-Tag: v2.6.37-rc1~214^2~55^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bccfffd1538f3523847583213567e2f7ce00926;p=pandora-kernel.git tracing: Do not reset *pos in set_ftrace_filter After the filtered functions are read, the probed functions are read from the hash in set_ftrace_filter. When the hashed probed functions are read, the *pos passed in is reset. Instead of modifying the pos given to the read function, just record the pos where the filtered functions ended and subtract from that. Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed