From: Arnaldo Carvalho de Melo Date: Fri, 14 Aug 2009 18:26:32 +0000 (-0300) Subject: perf record: Fix typo in pid_synthesize_comm_event X-Git-Tag: v2.6.31-rc7~13^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39e6dd73502f64e2ae3236b304e160ae30de9384;p=pandora-kernel.git perf record: Fix typo in pid_synthesize_comm_event We were using 'fd' locally, but there was a global 'fd' too, so when converting from open to fopen the test made against fd should be made against 'fp', but since we have that global it didnt get discovered ... Reported-by: Ulrich Drepper Signed-off-by: Arnaldo Carvalho de Melo Cc: Peter Zijlstra LKML-Reference: <20090814182632.GF3490@ghostprotocols.net> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed